net.minecraft.server.rcon

public class BufferHelper

my
net.minecraft.class_807
net.minecraft.server.rcon.BufferHelper
net.minecraft.network.rcon.RConUtils

Field summary

Modifier and TypeField
public static final char[]
a
field_2926
HEX_CHARS_LOOKUP
HEX_DIGITS

Method summary

Modifier and TypeMethod
public static String
a(byte[] arg0, int arg1, int arg2)
method_2214(byte[] arg0, int arg1, int arg2)
getString(byte[] buf, int pos, int max)
getBytesAsString(byte[] arg0, int arg1, int arg2)
public static int
b(byte[] arg0, int arg1)
method_2215(byte[] arg0, int arg1)
getIntLE(byte[] buf, int start)
getRemainingBytesAsLEInt(byte[] arg0, int arg1)
public static int
b(byte[] arg0, int arg1, int arg2)
method_2216(byte[] arg0, int arg1, int arg2)
getIntLE(byte[] buf, int start, int limit)
getBytesAsLEInt(byte[] arg0, int arg1, int arg2)
public static int
c(byte[] arg0, int arg1, int arg2)
method_2217(byte[] arg0, int arg1, int arg2)
getIntBE(byte[] buf, int start, int limit)
getBytesAsBEint(byte[] arg0, int arg1, int arg2)
public static String
a(byte arg0)
method_2213(byte arg0)
toHex(byte b)
getByteAsHexString(byte input)