Uses of Enum Class
net.minecraft.world.level.block.state.properties.SculkSensorPhase
Package
Description
-
Uses of SculkSensorPhase in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<SculkSensorPhase>
SculkSensorBlock.PHASE
Modifier and TypeMethodDescriptionstatic SculkSensorPhase
SculkSensorBlock.getPhase
(BlockState p_154488_) -
Uses of SculkSensorPhase in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty<SculkSensorPhase>
BlockStateProperties.SCULK_SENSOR_PHASE
Modifier 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.