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