Interface BlockEntityArchetype

All Superinterfaces:
Archetype<BlockSnapshot,BlockEntity>, CopyableDataHolder, DataHolder, DataHolder.Mutable, DataSerializable, SerializableDataHolder, SerializableDataHolder.Mutable, ValueContainer

public interface BlockEntityArchetype extends Archetype<BlockSnapshot,BlockEntity>
Represents the data of a BlockEntity which does not exist in the world and may be used to create new BlockEntitys with the same data.