Uses of Enum Class
org.bukkit.block.data.type.SculkSensor.Phase
Packages that use 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
Methods in org.bukkit.block.data.type that return SculkSensor.PhaseModifier 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.Methods in org.bukkit.block.data.type with parameters of type SculkSensor.PhaseModifier and TypeMethodDescriptionvoid
SculkSensor.setPhase
(SculkSensor.Phase phase) Sets the value of the 'sculk_sensor_phase' property.