public interface BlockEntity
Modifier and Type | Method and Description |
---|---|
byte |
packedXZ() |
default byte |
sectionX() |
default byte |
sectionZ() |
@Nullable com.github.steveice10.opennbt.tag.builtin.CompoundTag |
tag() |
int |
typeId() |
BlockEntity |
withTypeId(int typeId) |
short |
y() |
default byte sectionX()
default byte sectionZ()
byte packedXZ()
short y()
int typeId()
@Nullable com.github.steveice10.opennbt.tag.builtin.CompoundTag tag()
BlockEntity withTypeId(int typeId)