Interface ValueIOSerializable
- All Known Implementing Classes:
EnergyStorage,FluidTank,ItemStackHandler
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
-