Package org.bukkit.block.data.type
Interface Lantern
- All Superinterfaces:
BlockData,Cloneable,Waterlogged
'hanging' denotes whether the lantern is hanging from a block.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the 'hanging' property.voidsetHanging(boolean hanging) Sets the value of the 'hanging' property.Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, getSoundGroup, matches, mergeMethods inherited from interface org.bukkit.block.data.Waterlogged
isWaterlogged, setWaterlogged
-
Method Details
-
isHanging
boolean isHanging()Gets the value of the 'hanging' property.- Returns:
- the 'hanging' value
-
setHanging
void setHanging(boolean hanging) Sets the value of the 'hanging' property.- Parameters:
hanging- the new 'hanging' value
-