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 TypeMethodDescriptionvoid
deserialize
(ValueInput input) void
serialize
(ValueOutput output)
-
Method Details
-
serialize
-
deserialize
-