Uses of Enum Class
org.bukkit.block.data.type.SculkSensor.Phase
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of SculkSensor.Phase in org.bukkit.block.data.type
Modifier and TypeMethodDescriptionSculkSensor.getPhase()
Gets the value of the 'sculk_sensor_phase' property.static SculkSensor.Phase
Returns the enum constant of this class with the specified name.static SculkSensor.Phase[]
SculkSensor.Phase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SculkSensor.setPhase
(@NotNull SculkSensor.Phase phase) Sets the value of the 'sculk_sensor_phase' property.