History - net.minecraft.nbt.NbtCompound
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
void (String): lambda$read$5, method_67496, method_67496
void (String): lambda$read$1, method_67496, method_67496
void (String, NbtElement, String): lambda$read$4, method_67495, method_67495
void (String, NbtElement, String): lambda$read$0, method_67495, method_67495
void (HashMap, String, NbtElement): lambda$copy$3, method_68721, method_68721
void (HashMap, String, NbtElement): lambda$copy$0, method_68721, method_68721
com.mojang.serialization.DataResult (com.mojang.serialization.Dynamic): lambda$static$1, method_29141, method_29141
com.mojang.serialization.DataResult (com.mojang.serialization.Dynamic): lambda$static$0, method_29141, method_29141
String (NbtElement): lambda$static$0, method_49665, method_49665
String (NbtElement): lambda$static$1, method_49665, method_49665
1.21.11_unobfuscated
Names
net.minecraft.nbt.CompoundTag
net.minecraft.class_2487
net.minecraft.nbt.NbtCompound
Fields
org.slf4j.Logger: LOGGER, field_56522, LOGGER
com.mojang.serialization.Codec<NbtCompound>: CODEC, field_25128, CODEC
int: SELF_SIZE_IN_BYTES, field_41718, SIZE
int: MAP_ENTRY_SIZE_IN_BYTES, field_41719, field_41719
NbtType<NbtCompound>: TYPE, field_21029, TYPE
Map<String, NbtElement>: tags, field_11515, entries
Constructors
(Map<String, NbtElement>)
()
Methods
void (DataOutput): write, method_10713, write
int (): sizeInBytes, method_47988, getSizeInBytes
Set<String> (): keySet, method_10541, getKeys
Set<Map$Entry<String, NbtElement>> (): entrySet, method_59874, entrySet
Collection<NbtElement> (): values, method_68567, values
void (BiConsumer<String, NbtElement>): forEach, method_68561, forEach
byte (): getId, method_10711, getType
NbtType<NbtCompound> (): getType, method_23258, getNbtType
int (): size, method_10546, getSize
NbtElement (String, NbtElement): put, method_10566, put
void (String, byte): putByte, method_10567, putByte
void (String, short): putShort, method_10575, putShort
void (String, int): putInt, method_10569, putInt
void (String, long): putLong, method_10544, putLong
void (String, float): putFloat, method_10548, putFloat
void (String, double): putDouble, method_10549, putDouble
void (String, String): putString, method_10582, putString
void (String, byte[]): putByteArray, method_10570, putByteArray
void (String, int[]): putIntArray, method_10539, putIntArray
void (String, long[]): putLongArray, method_10564, putLongArray
void (String, boolean): putBoolean, method_10556, putBoolean
NbtElement (String): get, method_10580, get
boolean (String): contains, method_10545, contains
Optional<NbtElement> (String): getOptional, method_68570, getOptional
Optional<Byte> (String): getByte, method_10571, getByte
byte (String, byte): getByteOr, method_68562, getByte
Optional<Short> (String): getShort, method_10568, getShort
short (String, short): getShortOr, method_68565, getShort
Optional<Integer> (String): getInt, method_10550, getInt
int (String, int): getIntOr, method_68083, getInt
Optional<Long> (String): getLong, method_10537, getLong
long (String, long): getLongOr, method_68080, getLong
Optional<Float> (String): getFloat, method_10583, getFloat
float (String, float): getFloatOr, method_66563, getFloat
Optional<Double> (String): getDouble, method_10574, getDouble
double (String, double): getDoubleOr, method_68563, getDouble
Optional<String> (String): getString, method_10558, getString
String (String, String): getStringOr, method_68564, getString
Optional<byte[]> (String): getByteArray, method_10547, getByteArray
Optional<int[]> (String): getIntArray, method_10561, getIntArray
Optional<long[]> (String): getLongArray, method_10565, getLongArray
Optional<NbtCompound> (String): getCompound, method_10562, getCompound
NbtCompound (String): getCompoundOrEmpty, method_68568, getCompoundOrEmpty
Optional<NbtList> (String): getList, method_10554, getList
NbtList (String): getListOrEmpty, method_68569, getListOrEmpty
Optional<Boolean> (String): getBoolean, method_10577, getBoolean
boolean (String, boolean): getBooleanOr, method_68566, getBoolean
NbtElement (String): remove, method_10551, remove
boolean (): isEmpty, method_33133, isEmpty
NbtCompound (): shallowCopy, method_59873, shallowCopy
NbtCompound (): copy, method_10707, copy
Optional<NbtCompound> (): asCompound, method_68571, asCompound
void (String, NbtElement, DataOutput): writeNamedTag, method_10555, write
NbtElement (NbtType<?>, String, DataInput, NbtSizeTracker): readNamedTagData, method_10581, read
NbtCompound (NbtCompound): merge, method_10543, copyFrom
void (NbtElementVisitor): accept, method_32289, accept
NbtScanner$Result (NbtScanner): accept, method_39850, doAccept
<T> void (String, com.mojang.serialization.Codec<T>, T): store, method_67494, put
<T> void (String, com.mojang.serialization.Codec<T>, T): storeNullable, method_68082, putNullable
<T> void (String, com.mojang.serialization.Codec<T>, com.mojang.serialization.DynamicOps<NbtElement>, T): store, method_67493, put
<T> void (String, com.mojang.serialization.Codec<T>, com.mojang.serialization.DynamicOps<NbtElement>, T): storeNullable, method_68081, putNullable
<T> void (com.mojang.serialization.MapCodec<T>, T): store, method_67490, copyFromCodec
<T> void (com.mojang.serialization.MapCodec<T>, com.mojang.serialization.DynamicOps<NbtElement>, T): store, method_67489, copyFromCodec
<T> Optional<T> (String, com.mojang.serialization.Codec<T>): read, method_67491, get
<T> Optional<T> (String, com.mojang.serialization.Codec<T>, com.mojang.serialization.DynamicOps<NbtElement>): read, method_67492, get
<T> Optional<T> (com.mojang.serialization.MapCodec<T>): read, method_67487, decode
<T> Optional<T> (com.mojang.serialization.MapCodec<T>, com.mojang.serialization.DynamicOps<NbtElement>): read, method_67488, decode
NbtElement (): copy, method_10707, copy
void (String): lambda$read$5, method_67496, method_67496
void (String, NbtElement, String): lambda$read$4, method_67495, method_67495
void (HashMap, String, NbtElement): lambda$copy$3, method_68721, method_68721
com.mojang.serialization.Dynamic (NbtCompound): lambda$static$2, method_29142, method_29142
com.mojang.serialization.DataResult (com.mojang.serialization.Dynamic): lambda$static$1, method_29141, method_29141
String (NbtElement): lambda$static$0, method_49665, method_49665