Package org.bukkit.block.data.type
Interface Lantern
-
- All Superinterfaces:
BlockData,Cloneable,Waterlogged
public interface Lantern extends Waterlogged
'hanging' denotes whether the lantern is hanging from a block.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisHanging()Gets 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, merge
-
Methods inherited from interface org.bukkit.block.data.Waterlogged
isWaterlogged, setWaterlogged
-
-