Package org.bukkit.block.data
Interface Lightable
-
- All Known Subinterfaces:
Furnace,RedstoneWallTorch
public interface Lightable extends BlockData
'lit' denotes whether this block (either a redstone torch or furnace) is currently lit - that is not burned out.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisLit()Gets the value of the 'lit' property.voidsetLit(boolean lit)Sets the value of the 'lit' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge
-
-