- add(byte) - Method in class net.lenni0451.mcstructs.nbt.tags.ByteArrayTag
-
Add a byte to the array.
- add(String, INbtTag) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a tag to the map.
- add(String, Object) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a tag from its raw value to the map.
- add(int) - Method in class net.lenni0451.mcstructs.nbt.tags.IntArrayTag
-
Add an int to the array.
- add(T) - Method in class net.lenni0451.mcstructs.nbt.tags.ListTag
-
Add a tag to the list.
- add(long) - Method in class net.lenni0451.mcstructs.nbt.tags.LongArrayTag
-
Add a long to the array.
- addByte(String, byte) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a byte to the map.
- addByteArray(String, byte...) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a byte array to the map.
- addCompound(String, CompoundTag) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a compound to the map.
- addDouble(String, double) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a double to the map.
- addFloat(String, float) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a float to the map.
- addInt(String, int) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add an int to the map.
- addIntArray(String, int...) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add an int array to the map.
- addList(String, ListTag<?>) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a list to the map.
- addList(String, T...) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a list to the map.
- addList(String, Object...) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a list to the map.
- addLong(String, long) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a long to the map.
- addLongArray(String, long...) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a long array to the map.
- addShort(String, short) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a short to the map.
- addString(String, String) - Method in class net.lenni0451.mcstructs.nbt.tags.CompoundTag
-
Add a string to the map.
- asByteArrayTag() - Method in interface net.lenni0451.mcstructs.nbt.INbtTag
-
Get this tag as a byte array tag.
- asByteTag() - Method in interface net.lenni0451.mcstructs.nbt.INbtTag
-
Get this tag as a byte tag.
- asCompoundTag() - Method in interface net.lenni0451.mcstructs.nbt.INbtTag
-
Get this tag as a compound tag.
- asDoubleTag() - Method in interface net.lenni0451.mcstructs.nbt.INbtTag
-
Get this tag as a double tag.
- asFloatTag() - Method in interface net.lenni0451.mcstructs.nbt.INbtTag
-
Get this tag as a float tag.
- asIntArrayTag() - Method in interface net.lenni0451.mcstructs.nbt.INbtTag
-
Get this tag as an int array tag.
- asIntTag() - Method in interface net.lenni0451.mcstructs.nbt.INbtTag
-
Get this tag as an int tag.
- asListTag() - Method in interface net.lenni0451.mcstructs.nbt.INbtTag
-
Get this tag as a list tag.
- asLongArrayTag() - Method in interface net.lenni0451.mcstructs.nbt.INbtTag
-
Get this tag as a long array tag.
- asLongTag() - Method in interface net.lenni0451.mcstructs.nbt.INbtTag
-
Get this tag as a long tag.
- asShortTag() - Method in interface net.lenni0451.mcstructs.nbt.INbtTag
-
Get this tag as a short tag.
- asStringTag() - Method in interface net.lenni0451.mcstructs.nbt.INbtTag
-
Get this tag as a string tag.