Package com.sk89q.worldedit.blocks
Interface TileEntityBlock
- All Superinterfaces:
NbtValued
- All Known Implementing Classes:
BaseBlock
,MobSpawnerBlock
,SignBlock
,SkullBlock
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 Summary
Methods inherited from interface com.sk89q.worldedit.world.NbtValued
getNbtData, hasNbtData, setNbtData
-
Method Details
-
getNbtId
String getNbtId()Return the name of the title entity ID.- Returns:
- tile entity ID, non-null string
-