public interface MCDataInput
| Modifier and Type | Method and Description |
|---|---|
boolean |
readBoolean() |
byte |
readByte() |
byte[] |
readByteArray(int length) |
char |
readChar() |
BlockCoord |
readCoord() |
double |
readDouble() |
float |
readFloat() |
FluidStack |
readFluidStack() |
int |
readInt() |
ItemStack |
readItemStack() |
long |
readLong() |
NBTTagCompound |
readNBTTagCompound() |
short |
readShort() |
java.lang.String |
readString() |
short |
readUByte() |
int |
readUShort() |
int |
readVarInt() |
int |
readVarShort() |
long readLong()
int readInt()
short readShort()
int readUShort()
byte readByte()
short readUByte()
double readDouble()
float readFloat()
boolean readBoolean()
char readChar()
int readVarShort()
int readVarInt()
byte[] readByteArray(int length)
java.lang.String readString()
BlockCoord readCoord()
NBTTagCompound readNBTTagCompound()
ItemStack readItemStack()
FluidStack readFluidStack()