Gets the current item placed in the pot. It may be null if the pot is empty.
Places or removes an item from the pot.
Gets the tile's spawn id for Minecraft and Minecraft: Pocket Edition. They're usually in snake case in Minecraft (flower_pot) and in pascal case in Minecraft: Pocket Edition (FlowerPot).
Gets the named binary tag. The tag may be null if the tile does not exists in the game's version or when the tile is in its inital state (or empty).
Parses a non-null compound saved in the Minecraft's Anvil format.
Parses a non-null compound saved from a Minecraft: Pocket Edition's LevelDB format.
Indicates whether the tile has been placed in a world.
Gets the world the tile is placed in, if placed is true.
Gets the tile's position in the world, if placed.
Gets the action type of the tile, used in Minecraft's UpdateBlockEntity packet.
A pot that can contain a plant.