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.PHASEMethods in net.minecraft.world.level.block that return SculkSensorPhaseModifier and TypeMethodDescriptionstatic SculkSensorPhaseSculkSensorBlock.getPhase(BlockState state) -
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_PHASEMethods in net.minecraft.world.level.block.state.properties 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.