Uses of Enum Class
net.minecraft.world.level.block.state.properties.SculkSensorPhase
Packages that use SculkSensorPhase
Package
Description
-
Uses of SculkSensorPhase in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type SculkSensorPhaseModifier and TypeFieldDescriptionstatic final EnumProperty<SculkSensorPhase>
SculkSensorBlock.PHASE
Methods in net.minecraft.world.level.block that return SculkSensorPhaseModifier and TypeMethodDescriptionstatic SculkSensorPhase
SculkSensorBlock.getPhase
(BlockState p_154488_) -
Uses of SculkSensorPhase in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type SculkSensorPhaseModifier and TypeFieldDescriptionstatic final EnumProperty<SculkSensorPhase>
BlockStateProperties.SCULK_SENSOR_PHASE
Methods in net.minecraft.world.level.block.state.properties 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.