History - net.minecraft.nbt.NbtCompound
1.7.10
Names
dh
net.minecraft.class_322
net.minecraft.nbt.NbtCompound
net.minecraft.nbt.NBTTagCompound
Fields
org.apache.logging.log4j.Logger: b, field_8404, LOGGER, logger
Map: c, field_899, elements, tagMap
Constructors
()
Methods
void (DataOutput): a, method_1650, write, write
void (DataInput, int, NbtReadLimiter): a, method_1649, read, read
Set (): c, method_7347, getKeys, getKeySet
byte (): a, method_1645, getType, getId
void (String, NbtElement): a, method_814, put, setTag
void (String, byte): a, method_808, putByte, setByte
void (String, short): a, method_816, putShort, setShort
void (String, int): a, method_811, putInt, setInteger
void (String, long): a, method_812, putLong, setLong
void (String, float): a, method_810, putFloat, setFloat
void (String, double): a, method_809, putDouble, setDouble
void (String, String): a, method_815, putString, setString
void (String, byte[]): a, method_818, putByteArray, setByteArray
void (String, int[]): a, method_819, putIntArray, setIntArray
void (String, boolean): a, method_817, putBoolean, setBoolean
NbtElement (String): a, method_807, get, getTag
byte (String): b, method_7345, getType, getTagId
boolean (String): c, method_820, contains, hasKey
boolean (String, int): b, method_7346, contains, hasKey
byte (String): d, method_822, getByte, getByte
short (String): e, method_823, getShort, getShort
int (String): f, method_824, getInt, getInteger
long (String): g, method_825, getLong, getLong
float (String): h, method_826, getFloat, getFloat
double (String): i, method_827, getDouble, getDouble
String (String): j, method_828, getString, getString
byte[] (String): k, method_829, getByteArray, getByteArray
int[] (String): l, method_830, getIntArray, getIntArray
NbtCompound (String): m, method_831, getCompound, getCompoundTag
NbtList (String, int): c, method_7348, getList, getTagList
boolean (String): n, method_833, getBoolean, getBoolean
void (String): o, method_4387, remove, removeTag
boolean (): d, method_4386, isEmpty, hasNoTags
CrashReport (String, int, ClassCastException): a, method_4385, createCrashReport, createCrashReport
NbtElement (): b, method_1651, copy, copy
void (String, NbtElement, DataOutput): a, method_7343, writeElement, writeEntry
byte (DataInput, NbtReadLimiter): a, method_7342, readByte, readType
String (DataInput, NbtReadLimiter): b, method_7344, readString, readKey
NbtElement (byte, String, DataInput, int, NbtReadLimiter): a, method_7341, createElement, readNBT