Package codechicken.lib.block
Class ModularBlockEntity.DataComponent
java.lang.Object
codechicken.lib.block.ModularBlockEntity.DataComponent
- Direct Known Subclasses:
InventoryComponent.Data
- Enclosing class:
- ModularBlockEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ModularBlockEntityprotected final ModularTileBlock.TileComponent<?> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDataComponent(ModularBlockEntity tile, ModularTileBlock.TileComponent<?> tileComponent) -
Method Summary
-
Field Details
-
tile
-
tileComponent
-
-
Constructor Details
-
DataComponent
-
-
Method Details
-
save
protected void save(net.minecraft.nbt.CompoundTag tag) -
load
protected void load(net.minecraft.nbt.CompoundTag tag)
-