Package org.bukkit.block.data
Interface AnaloguePowerable
- All Known Subinterfaces:
CalibratedSculkSensor
,DaylightDetector
,RedstoneWire
,SculkSensor
'power' represents the redstone power level currently being emitted or
transmitted via this block.
May not be over 9000 or
May not be over 9000 or
getMaximumPower()
(usually 15).-
Method Summary
Methods inherited from interface org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
Method Details
-
getPower
int getPower()Gets the value of the 'power' property.- Returns:
- the 'power' value
-
setPower
void setPower(int power) Sets the value of the 'power' property.- Parameters:
power
- the new 'power' value
-
getMaximumPower
int getMaximumPower()Gets the maximum allowed value of the 'power' property.- Returns:
- the maximum 'power' value
-