Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISmartInteractBlockReasonProvider.cs
Go to the documentation of this file.
1
namespace
Terraria.GameContent.ObjectInteractions
;
2
3
public
interface
ISmartInteractBlockReasonProvider
4
{
5
bool
ShouldBlockSmartInteract
(
SmartInteractScanSettings
settings);
6
}
Terraria.GameContent.ObjectInteractions.ISmartInteractBlockReasonProvider.ShouldBlockSmartInteract
bool ShouldBlockSmartInteract(SmartInteractScanSettings settings)
Terraria.GameContent.ObjectInteractions.ISmartInteractBlockReasonProvider
Definition
ISmartInteractBlockReasonProvider.cs:4
Terraria.GameContent.ObjectInteractions
Definition
AHoverInteractionChecker.cs:5
Terraria.GameContent.ObjectInteractions.SmartInteractScanSettings
Definition
SmartInteractScanSettings.cs:6
source
Terraria.GameContent.ObjectInteractions
ISmartInteractBlockReasonProvider.cs
Generated by
1.10.0