Uses of Enum
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_PHASEMethods in net.minecraft.block that return SculkSensorPhaseModifier and TypeMethodDescriptionstatic SculkSensorPhaseSculkSensorBlock.getPhase(BlockState state) -
Uses of SculkSensorPhase in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return SculkSensorPhaseModifier and TypeMethodDescriptionstatic SculkSensorPhaseReturns the enum constant of this type with the specified name.static SculkSensorPhase[]SculkSensorPhase.values()Returns an array containing the constants of this enum type, 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