public class CompoundTag1_16_5
extends mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>
wrappedFABRIC, FORGE, FORGE_OR_NEOFORGE, GAME_VERSION, JAVA_17, JAVA_21, JAVA_8, JAVA_MODULES, JAVA_VERSION, LEGACY, MOD_LOADER, NAMED_ENV, NEOFORGE, SRG_ENV, V12, V16, V16_OR_EARLIER, V16_OR_LATER, V18, V18_OR_EARLIER, V18_OR_LATER, V19, V19_2_OR_EARLIER, V19_4_OR_LATER, V19_OR_EARLIER, V19_OR_LATER, V20, V20_4_OR_EARLIER, V20_6_OR_LATER, V20_OR_LATER, V21, V21_OR_LATER| Constructor and Description |
|---|
CompoundTag1_16_5(net.minecraft.nbt.CompoundTag tag) |
| Modifier and Type | Method and Description |
|---|---|
CompoundTag1_16_5 |
asCompoundTag() |
ListTag1_16_5 |
asListTag() |
PrimitiveTag1_16_5 |
asPrimitiveTag() |
StringTag1_16_5 |
asStringTag() |
boolean |
contains(java.lang.String key) |
CompoundTag1_16_5 |
getCompoundTag(java.lang.String key) |
ListTag1_16_5 |
getListTag(java.lang.String key) |
PrimitiveTag1_16_5 |
getPrimitiveTag(java.lang.String key) |
java.lang.String |
getString(java.lang.String key) |
mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<?> |
getTag(java.lang.String key) |
boolean |
isCompound() |
boolean |
isEmpty() |
boolean |
isList() |
boolean |
isPrimitive() |
boolean |
isString() |
void |
putBoolean(java.lang.String key,
boolean b) |
void |
putByte(java.lang.String key,
byte b) |
void |
putDouble(java.lang.String key,
double d) |
void |
putFloat(java.lang.String key,
float f) |
void |
putInt(java.lang.String key,
int value) |
void |
putLong(java.lang.String key,
long l) |
void |
putShort(java.lang.String key,
short s) |
void |
putString(java.lang.String key,
java.lang.String value) |
void |
putTag(java.lang.String key,
mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<?> tag) |
java.lang.String |
toPrettyString() |
equals, getWrapped, getWrappedClass, toStringpublic CompoundTag1_16_5 asCompoundTag()
asCompoundTag in class mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<net.minecraft.nbt.CompoundTag>public ListTag1_16_5 asListTag()
asListTag in class mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<net.minecraft.nbt.CompoundTag>public PrimitiveTag1_16_5 asPrimitiveTag()
asPrimitiveTag in class mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<net.minecraft.nbt.CompoundTag>public StringTag1_16_5 asStringTag()
asStringTag in class mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<net.minecraft.nbt.CompoundTag>public boolean contains(java.lang.String key)
contains in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public CompoundTag1_16_5 getCompoundTag(java.lang.String key)
getCompoundTag in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public ListTag1_16_5 getListTag(java.lang.String key)
getListTag in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public PrimitiveTag1_16_5 getPrimitiveTag(java.lang.String key)
getPrimitiveTag in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public java.lang.String getString(java.lang.String key)
getString in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<?> getTag(java.lang.String key)
getTag in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public boolean isCompound()
isCompound in class mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<net.minecraft.nbt.CompoundTag>public boolean isEmpty()
isEmpty in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public boolean isList()
isList in class mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<net.minecraft.nbt.CompoundTag>public boolean isPrimitive()
isPrimitive in class mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<net.minecraft.nbt.CompoundTag>public boolean isString()
isString in class mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<net.minecraft.nbt.CompoundTag>public void putBoolean(java.lang.String key,
boolean b)
putBoolean in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public void putByte(java.lang.String key,
byte b)
putByte in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public void putDouble(java.lang.String key,
double d)
putDouble in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public void putFloat(java.lang.String key,
float f)
putFloat in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public void putInt(java.lang.String key,
int value)
putInt in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public void putLong(java.lang.String key,
long l)
putLong in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public void putShort(java.lang.String key,
short s)
putShort in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public void putString(java.lang.String key,
java.lang.String value)
putString in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public void putTag(java.lang.String key,
mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<?> tag)
putTag in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>public java.lang.String toPrettyString()
toPrettyString in class mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<net.minecraft.nbt.CompoundTag>