Uses of Enum Class
net.minecraft.block.enums.SculkSensorPhase
Packages that use SculkSensorPhase
- 
Uses of SculkSensorPhase in net.minecraft.blockFields in net.minecraft.block with type parameters of type SculkSensorPhaseModifier and TypeFieldDescriptionstatic final EnumProperty<SculkSensorPhase> SculkSensorBlock.SCULK_SENSOR_PHASEMethods in net.minecraft.block that return SculkSensorPhaseModifier and TypeMethodDescriptionstatic SculkSensorPhaseSculkSensorBlock.getPhase(BlockState state) 
- 
Uses of SculkSensorPhase in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return SculkSensorPhaseModifier and TypeMethodDescriptionstatic SculkSensorPhaseReturns 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.propertyFields in net.minecraft.state.property with type parameters of type SculkSensorPhaseModifier and TypeFieldDescriptionstatic final EnumProperty<SculkSensorPhase> Properties.SCULK_SENSOR_PHASEA property that specifies the current phase of a sculk sensor.