Class GlobalBlockPositionType
java.lang.Object
com.viaversion.viaversion.api.type.Type<GlobalBlockPosition>
com.viaversion.viaversion.api.type.types.math.GlobalBlockPositionType
- All Implemented Interfaces:
ByteBufReader<GlobalBlockPosition>,ByteBufWriter<GlobalBlockPosition>,CodecWriter<GlobalBlockPosition>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(io.netty.buffer.ByteBuf buffer) Reads a value from a ByteBuf.voidwrite(Ops ops, GlobalBlockPosition value) voidwrite(io.netty.buffer.ByteBuf buffer, GlobalBlockPosition object) Writes an object to a type to a ByteBuf.Methods inherited from class com.viaversion.viaversion.api.type.Type
getBaseClass, getOutputClass, getTypeName, toString
-
Constructor Details
-
GlobalBlockPositionType
public GlobalBlockPositionType()
-
-
Method Details
-
read
Description copied from interface:ByteBufReaderReads a value from a ByteBuf.- Parameters:
buffer- buffer to read from- Returns:
- type based on the class type
-
write
Description copied from interface:ByteBufWriterWrites an object to a type to a ByteBuf.- Parameters:
buffer- buffer to write toobject- value to write
-
write
- Specified by:
writein interfaceCodecWriter<GlobalBlockPosition>- Overrides:
writein classType<GlobalBlockPosition>
-