public interface FlowerPot extends BlockState
| Modifier and Type | Method and Description | 
|---|---|
| MaterialData | getContents()Gets the item present in this flower pot. | 
| void | setContents(MaterialData item)Sets the item present in this flower pot. | 
getBlock, getChunk, getData, getLightLevel, getLocation, getLocation, getRawData, getType, getTypeId, getWorld, getX, getY, getZ, isPlaced, setData, setRawData, setType, setTypeId, update, update, updategetMetadata, hasMetadata, removeMetadata, setMetadataMaterialData getContents()
void setContents(MaterialData item)
item - new item, or null for empty.Copyright © 2017. All rights reserved.