Package org.bukkit.block
Interface Beehive
-
- All Superinterfaces:
BlockState
,Metadatable
,PersistentDataHolder
,TileState
public interface Beehive extends TileState
Represents a captured state of a bee hive.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Location
getFlower()
Get the hive's flower location.void
setFlower(Location location)
Set the hive's flower location.-
Methods inherited from interface org.bukkit.block.BlockState
getBlock, getBlockData, getChunk, getData, getLightLevel, getLocation, getLocation, getRawData, getType, getWorld, getX, getY, getZ, isPlaced, setBlockData, setData, setRawData, setType, update, update, update
-
Methods inherited from interface org.bukkit.metadata.Metadatable
getMetadata, hasMetadata, removeMetadata, setMetadata
-
Methods inherited from interface org.bukkit.block.TileState
getPersistentDataContainer
-
-