| Interface | Description | 
|---|---|
| Banner | Represents a Banner  TileEntity. | 
| Bed | Represents a Bed  TileEntity. | 
| CommandBlock | Represents a Command Block. | 
| Comparator | Represents a Redstone Comparator. | 
| DaylightDetector | Represents a DaylightDetector. | 
| EnchantmentTable | Represents an  Enchantmenttable. | 
| EnderChest | Represents an Ender Chest. | 
| EndGateway | Represents an End Gateway. | 
| EndPortal | Represents an End Portal. | 
| FlowerPot | Represents a flower pot. | 
| Jukebox | Represents a jukebox, also know as a record player. | 
| MobSpawner | Represents a Monster Spawner. | 
| Note | Represents a note block. | 
| Piston | Represents a piston moving in the world. | 
| Sign | Represents a sign. | 
| Skull | Represents a skull. | 
| Structure | Represents a Structure. | 
| TileEntity | Represents an abstract Tile Entity. | 
| TileEntityArchetype | Represents the data of a  TileEntitywhich does not exist in the world
 and may be used to create newTileEntitys with the same data. | 
| TileEntityArchetype.Builder | A builder for  TileEntityArchetypes. | 
| TileEntityType | Describes a type of tile entity. | 
| Class | Description | 
|---|---|
| TileEntityTypes | An enumeration of all  TileEntityTypes in vanilla Minecraft. |