package net.shadowfacts.phycon.util import net.minecraft.nbt.NbtCompound /** * @author shadowfacts */ interface ClientConfigurableDevice { fun writeDeviceConfiguration(tag: NbtCompound) fun loadDeviceConfiguration(tag: NbtCompound) }