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
Enchantment table. |
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
TileEntity which does not exist in the world
and may be used to create new TileEntity s with the same data. |
TileEntityArchetype.Builder |
A builder for
TileEntityArchetype s. |
TileEntityType |
Describes a type of tile entity.
|
Class | Description |
---|---|
TileEntityTypes |
An enumeration of all
TileEntityType s in vanilla Minecraft. |