Interface TileEntityBlock

All Superinterfaces:
NbtValued
All Known Implementing Classes:
BaseBlock, LegacyBaseBlockWrapper, MobSpawnerBlock, SignBlock, SkullBlock

public interface TileEntityBlock extends NbtValued
Indicates a block that contains extra data identified as an NBT structure. Compared to a NbtValued, tile entity blocks also contain an ID.
See Also:
  • Method Details

    • getNbtId

      String getNbtId()
      Return the name of the title entity ID.
      Returns:
      tile entity ID, non-null string