Skip to content

net.kernelpanicsoft.archie.block.entity

Types

NBTBlockEntity

abstract class NBTBlockEntity(
    type: BlockEntityType<*>, 
    pos: BlockPos, 
    blockState: BlockState
) : BlockEntity, NBTHolder

A BlockEntity base class that automatically persists fields declared with NBTHolder delegates to and from the block entity's CompoundTag.