Package codechicken.lib.packet
Class SignedVarInt
java.lang.Object
codechicken.lib.packet.SignedVarInt
Created by covers1624 on 10/31/25.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SignedVarInt
public SignedVarInt()
-
-
Method Details
-
write
public static io.netty.buffer.ByteBuf write(io.netty.buffer.ByteBuf buf, int i) -
read
public static int read(io.netty.buffer.ByteBuf buf)
-