Uses of Enum Class
net.minecraft.block.enums.SculkSensorPhase
Packages that use SculkSensorPhase
-
Uses of SculkSensorPhase in net.minecraft.block
Fields in net.minecraft.block with type parameters of type SculkSensorPhaseModifier and TypeFieldDescriptionstatic EnumProperty<SculkSensorPhase>
SculkSensorBlock.SCULK_SENSOR_PHASE
Methods in net.minecraft.block that return SculkSensorPhaseModifier and TypeMethodDescriptionstatic SculkSensorPhase
SculkSensorBlock.getPhase(BlockState state)
-
Uses of SculkSensorPhase in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return SculkSensorPhaseModifier and TypeMethodDescriptionstatic SculkSensorPhase
Returns the enum constant of this class with the specified name.static SculkSensorPhase[]
SculkSensorPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SculkSensorPhase in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type SculkSensorPhaseModifier and TypeFieldDescriptionstatic EnumProperty<SculkSensorPhase>
Properties.SCULK_SENSOR_PHASE