Package org.bukkit.block.data.type
Interface SculkSensor
- All Superinterfaces:
AnaloguePowerable
,BlockData
,Cloneable
,Waterlogged
'sculk_sensor_phase' indicates the current operational phase of the sensor.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetPhase()
Gets the value of the 'sculk_sensor_phase' property.void
setPhase
(SculkSensor.Phase phase) Sets the value of the 'sculk_sensor_phase' property.Methods inherited from interface org.bukkit.block.data.AnaloguePowerable
getMaximumPower, getPower, setPower
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, requiresCorrectToolForDrops
Methods inherited from interface org.bukkit.block.data.Waterlogged
isWaterlogged, setWaterlogged
-
Method Details
-
getPhase
Gets the value of the 'sculk_sensor_phase' property.- Returns:
- the 'sculk_sensor_phase' value
-
setPhase
Sets the value of the 'sculk_sensor_phase' property.- Parameters:
phase
- the new 'sculk_sensor_phase' value
-