Interface BlockEntity
- All Known Implementing Classes:
BlockEntityImpl
public interface BlockEntity
-
Method Details
-
pack
static byte pack(int sectionX, int sectionZ) -
sectionX
default byte sectionX() -
sectionZ
default byte sectionZ() -
packedXZ
byte packedXZ() -
y
short y() -
typeId
int typeId() -
tag
@Nullable com.viaversion.nbt.tag.CompoundTag tag() -
withTypeId
-