Search in sources :

Example 1 with SlotConfiguration

use of reborncore.common.tile.SlotConfiguration in project RebornCore by TechReborn.

the class PacketSlotSync method readData.

@Override
public void readData(ExtendedPacketBuffer buffer) throws IOException {
    pos = buffer.readBlockPos();
    slotConfig = new SlotConfiguration(buffer.readCompoundTag());
}
Also used : SlotConfiguration(reborncore.common.tile.SlotConfiguration)

Aggregations

SlotConfiguration (reborncore.common.tile.SlotConfiguration)1