Class SignedVarInt

java.lang.Object
codechicken.lib.packet.SignedVarInt

public final class SignedVarInt extends Object
Created by covers1624 on 10/31/25.
  • 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)