Uses of Class
net.minecraft.block.enums.SculkSensorPhase
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.enums | |
| net.minecraft.state.property |
-
Uses of SculkSensorPhase in net.minecraft.block
Fields in net.minecraft.block with type parameters of type SculkSensorPhase Modifier and Type Field Description static EnumProperty<SculkSensorPhase>SculkSensorBlock. SCULK_SENSOR_PHASEMethods in net.minecraft.block that return SculkSensorPhase Modifier and Type Method Description static SculkSensorPhaseSculkSensorBlock. getPhase(BlockState state) -
Uses of SculkSensorPhase in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return SculkSensorPhase Modifier and Type Method Description static SculkSensorPhaseSculkSensorPhase. valueOf(String name)Returns 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 SculkSensorPhase Modifier and Type Field Description static EnumProperty<SculkSensorPhase>Properties. SCULK_SENSOR_PHASE