Package org.bukkit.block
Interface BrushableBlock
- All Superinterfaces:
- BlockState,- Lootable,- Metadatable,- PersistentDataHolder,- TileState
- All Known Subinterfaces:
- SuspiciousSand
Represents a captured state of suspicious sand or gravel.
- 
Method SummaryMethods inherited from interface org.bukkit.block.BlockStatecopy, copy, getBlock, getBlockData, getChunk, getData, getLightLevel, getLocation, getLocation, getRawData, getType, getWorld, getX, getY, getZ, isPlaced, setBlockData, setData, setRawData, setType, update, update, updateMethods inherited from interface org.bukkit.loot.LootablegetLootTable, getSeed, setLootTable, setSeedMethods inherited from interface org.bukkit.metadata.MetadatablegetMetadata, hasMetadata, removeMetadata, setMetadataMethods inherited from interface org.bukkit.block.TileStategetPersistentDataContainer
- 
Method Details- 
getItemGet the item which will be revealed when the sand is fully brushed away and uncovered.- Returns:
- the item
 
- 
setItemSets the item which will be revealed when the sand is fully brushed away and uncovered.- Parameters:
- item- the item
 
 
-