Package org.bukkit.block.data
Interface Lightable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isLit()
Gets the value of the 'lit' property.void
setLit(boolean lit)
Sets the value of the 'lit' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge
-
-