Package alexiil.mc.lib.multipart.api
Interface PartDefinition.IPartNetLoader
- Enclosing class:
- PartDefinition
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface PartDefinition.IPartNetLoader
-
Method Summary
Modifier and Type Method Description AbstractPart
loadFromBuffer(PartDefinition definition, MultipartHolder holder, NetByteBuf buffer, IMsgReadCtx ctx)
-
Method Details
-
loadFromBuffer
AbstractPart loadFromBuffer(PartDefinition definition, MultipartHolder holder, NetByteBuf buffer, IMsgReadCtx ctx) throws InvalidInputDataException- Throws:
InvalidInputDataException
-