Interface ValueIOSerializable
- All Known Implementing Classes:
CarriedSlotWrapper,EnergyStorage,FluidStacksResourceHandler,FluidTank,ItemStackHandler,ItemStackResourceHandler,ItemStacksResourceHandler,LivingEntityEquipmentWrapper.SlotWrapper,PlayerInventoryWrapper.ArmorSlotWrapper,ResourceStacksResourceHandler,SimpleEnergyHandler,StacksResourceHandler,VanillaContainerWrapper.SlotWrapper
public interface ValueIOSerializable
A generic interface for objects that can be serialized to a
ValueOutput and deserialized from a ValueInput-
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(ValueInput input) voidserialize(ValueOutput output)
-
Method Details
-
serialize
-
deserialize
-