Package net.minestom.server.utils.binary
Interface Readable
public interface Readable
Represents an element which can read from a
BinaryReader
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
read
(@NotNull BinaryReader reader) Reads from aBinaryReader
.
-
Method Details
-
read
Reads from aBinaryReader
.- Parameters:
reader
- the reader to read from
-