-
- All Implemented Interfaces:
public final class NbtUtil
-
-
Method Summary
Modifier and Type Method Description final static Boolean
add(NbtList<NbtByte> $self, Byte value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtShort> $self, Short value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtInt> $self, Integer value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtLong> $self, Long value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtFloat> $self, Float value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtDouble> $self, Double value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtString> $self, String value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtByteArray> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtByteArray> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtIntArray> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtIntArray> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtLongArray> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtLongArray> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
add(NbtList<NbtCompound> $self, Map<String, NbtTag> value)
Adds a value with the appropriated NbtTag wrapper. final static <T extends NbtTag> Boolean
add(NbtList<NbtList<T>> $self, Iterable<T> value)
Adds a value with the appropriated NbtTag wrapper. final static <T extends NbtTag> Boolean
add(NbtList<NbtList<T>> $self, Array<T> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfListIterByte(NbtList<NbtList<NbtByte>> $self, Iterable<Byte> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfListIterShort(NbtList<NbtList<NbtShort>> $self, Iterable<Short> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfListIterInt(NbtList<NbtList<NbtInt>> $self, Iterable<Integer> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfListIterLong(NbtList<NbtList<NbtLong>> $self, Iterable<Long> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfListIterFloat(NbtList<NbtList<NbtFloat>> $self, Iterable<Float> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtString>> $self, Array<String> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfListIterString(NbtList<NbtList<NbtString>> $self, Iterable<String> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtByteArray>> $self, Array<ByteArray> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfListIterByteArray(NbtList<NbtList<NbtByteArray>> $self, Iterable<ByteArray> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtIntArray>> $self, Array<IntArray> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfListIterIntArray(NbtList<NbtList<NbtIntArray>> $self, Iterable<IntArray> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtLongArray>> $self, Array<LongArray> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfListIterLongArray(NbtList<NbtList<NbtLongArray>> $self, Iterable<LongArray> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfList(NbtList<NbtList<NbtCompound>> $self, Array<Map<String, NbtTag>> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
addListOfListIterCompound(NbtList<NbtList<NbtCompound>> $self, Iterable<Map<String, NbtTag>> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
contains(NbtList<NbtByte> $self, Byte value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtShort> $self, Short value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtInt> $self, Integer value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtLong> $self, Long value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtFloat> $self, Float value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtDouble> $self, Double value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtString> $self, String value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtByteArray> $self, ByteArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtByteArray> $self, ByteArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtIntArray> $self, IntArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtIntArray> $self, IntArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtLongArray> $self, LongArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtLongArray> $self, LongArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
contains(NbtList<NbtCompound> $self, Map<String, NbtTag> value)
Checks if the list contains a NbtTag with the given value. final static <T extends NbtTag> Boolean
contains(NbtList<NbtList<T>> $self, Iterable<T> value)
Checks if the list contains a NbtTag with the given value. final static <T extends NbtTag> Boolean
contains(NbtList<NbtList<T>> $self, Array<T> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfListIterByte(NbtList<NbtList<NbtByte>> $self, Iterable<Byte> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfListIterShort(NbtList<NbtList<NbtShort>> $self, Iterable<Short> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfListIterInt(NbtList<NbtList<NbtInt>> $self, Iterable<Integer> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfListIterLong(NbtList<NbtList<NbtLong>> $self, Iterable<Long> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfListIterFloat(NbtList<NbtList<NbtFloat>> $self, Iterable<Float> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtString>> $self, Array<String> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfListIterString(NbtList<NbtList<NbtString>> $self, Iterable<String> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtByteArray>> $self, Array<ByteArray> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfListIterByteArray(NbtList<NbtList<NbtByteArray>> $self, Iterable<ByteArray> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtIntArray>> $self, Array<IntArray> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfListIterIntArray(NbtList<NbtList<NbtIntArray>> $self, Iterable<IntArray> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtLongArray>> $self, Array<LongArray> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfListIterLongArray(NbtList<NbtList<NbtLongArray>> $self, Iterable<LongArray> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfList(NbtList<NbtList<NbtCompound>> $self, Array<Map<String, NbtTag>> value)
Checks if the list contains a NbtTag with the given value. final static Boolean
containsListOfListIterCompound(NbtList<NbtList<NbtCompound>> $self, Iterable<Map<String, NbtTag>> value)
Checks if the list contains a NbtTag with the given value. final static Unit
minusAssign(NbtList<NbtByte> $self, Byte value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtShort> $self, Short value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtInt> $self, Integer value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtLong> $self, Long value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtFloat> $self, Float value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtDouble> $self, Double value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtString> $self, String value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtByteArray> $self, ByteArray value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtByteArray> $self, ByteArray value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtIntArray> $self, IntArray value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtIntArray> $self, IntArray value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtLongArray> $self, LongArray value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtLongArray> $self, LongArray value)
Removes a tag containing the given value. final static Unit
minusAssign(NbtList<NbtCompound> $self, Map<String, NbtTag> value)
Removes a tag containing the given value. final static <T extends NbtTag> Unit
minusAssign(NbtList<NbtList<T>> $self, Iterable<T> value)
Removes a tag containing the given value. final static <T extends NbtTag> Unit
minusAssign(NbtList<NbtList<T>> $self, Array<T> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Removes a tag containing the given value. final static Unit
minusAssignListOfListIterByte(NbtList<NbtList<NbtByte>> $self, Iterable<Byte> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Removes a tag containing the given value. final static Unit
minusAssignListOfListIterShort(NbtList<NbtList<NbtShort>> $self, Iterable<Short> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Removes a tag containing the given value. final static Unit
minusAssignListOfListIterInt(NbtList<NbtList<NbtInt>> $self, Iterable<Integer> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Removes a tag containing the given value. final static Unit
minusAssignListOfListIterLong(NbtList<NbtList<NbtLong>> $self, Iterable<Long> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Removes a tag containing the given value. final static Unit
minusAssignListOfListIterFloat(NbtList<NbtList<NbtFloat>> $self, Iterable<Float> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtString>> $self, Array<String> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfListIterString(NbtList<NbtList<NbtString>> $self, Iterable<String> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtByteArray>> $self, Array<ByteArray> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfListIterByteArray(NbtList<NbtList<NbtByteArray>> $self, Iterable<ByteArray> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtIntArray>> $self, Array<IntArray> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfListIterIntArray(NbtList<NbtList<NbtIntArray>> $self, Iterable<IntArray> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtLongArray>> $self, Array<LongArray> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfListIterLongArray(NbtList<NbtList<NbtLongArray>> $self, Iterable<LongArray> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfList(NbtList<NbtList<NbtCompound>> $self, Array<Map<String, NbtTag>> value)
Removes a tag containing the given value. final static Unit
minusAssignListOfListIterCompound(NbtList<NbtList<NbtCompound>> $self, Iterable<Map<String, NbtTag>> value)
Removes a tag containing the given value. final static Unit
plusAssign(NbtList<NbtByte> $self, Byte value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtShort> $self, Short value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtInt> $self, Integer value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtLong> $self, Long value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtFloat> $self, Float value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtDouble> $self, Double value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtString> $self, String value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtByteArray> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtByteArray> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtIntArray> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtIntArray> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtLongArray> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtLongArray> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssign(NbtList<NbtCompound> $self, Map<String, NbtTag> value)
Adds a value with the appropriated NbtTag wrapper. final static <T extends NbtTag> Unit
plusAssign(NbtList<NbtList<T>> $self, Iterable<T> value)
Adds a value with the appropriated NbtTag wrapper. final static <T extends NbtTag> Unit
plusAssign(NbtList<NbtList<T>> $self, Array<T> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfListIterByte(NbtList<NbtList<NbtByte>> $self, Iterable<Byte> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfListIterShort(NbtList<NbtList<NbtShort>> $self, Iterable<Short> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfListIterInt(NbtList<NbtList<NbtInt>> $self, Iterable<Integer> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfListIterLong(NbtList<NbtList<NbtLong>> $self, Iterable<Long> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfListIterFloat(NbtList<NbtList<NbtFloat>> $self, Iterable<Float> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtString>> $self, Array<String> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfListIterString(NbtList<NbtList<NbtString>> $self, Iterable<String> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtByteArray>> $self, Array<ByteArray> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfListIterByteArray(NbtList<NbtList<NbtByteArray>> $self, Iterable<ByteArray> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtIntArray>> $self, Array<IntArray> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfListIterIntArray(NbtList<NbtList<NbtIntArray>> $self, Iterable<IntArray> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtLongArray>> $self, Array<LongArray> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfListIterLongArray(NbtList<NbtList<NbtLongArray>> $self, Iterable<LongArray> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfList(NbtList<NbtList<NbtCompound>> $self, Array<Map<String, NbtTag>> value)
Adds a value with the appropriated NbtTag wrapper. final static Unit
plusAssignListOfListIterCompound(NbtList<NbtList<NbtCompound>> $self, Iterable<Map<String, NbtTag>> value)
Adds a value with the appropriated NbtTag wrapper. final static Boolean
remove(NbtList<NbtByte> $self, Byte value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtShort> $self, Short value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtInt> $self, Integer value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtLong> $self, Long value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtFloat> $self, Float value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtDouble> $self, Double value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtString> $self, String value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtByteArray> $self, ByteArray value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtByteArray> $self, ByteArray value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtIntArray> $self, IntArray value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtIntArray> $self, IntArray value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtLongArray> $self, LongArray value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtLongArray> $self, LongArray value)
Removes a tag containing the given value. final static Boolean
remove(NbtList<NbtCompound> $self, Map<String, NbtTag> value)
Removes a tag containing the given value. final static <T extends NbtTag> Boolean
remove(NbtList<NbtList<T>> $self, Iterable<T> value)
Removes a tag containing the given value. final static <T extends NbtTag> Boolean
remove(NbtList<NbtList<T>> $self, Array<T> value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Removes a tag containing the given value. final static Boolean
removeListOfListIterByte(NbtList<NbtList<NbtByte>> $self, Iterable<Byte> value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Removes a tag containing the given value. final static Boolean
removeListOfListIterShort(NbtList<NbtList<NbtShort>> $self, Iterable<Short> value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Removes a tag containing the given value. final static Boolean
removeListOfListIterInt(NbtList<NbtList<NbtInt>> $self, Iterable<Integer> value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Removes a tag containing the given value. final static Boolean
removeListOfListIterLong(NbtList<NbtList<NbtLong>> $self, Iterable<Long> value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Removes a tag containing the given value. final static Boolean
removeListOfListIterFloat(NbtList<NbtList<NbtFloat>> $self, Iterable<Float> value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtString>> $self, Array<String> value)
Removes a tag containing the given value. final static Boolean
removeListOfListIterString(NbtList<NbtList<NbtString>> $self, Iterable<String> value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtByteArray>> $self, Array<ByteArray> value)
Removes a tag containing the given value. final static Boolean
removeListOfListIterByteArray(NbtList<NbtList<NbtByteArray>> $self, Iterable<ByteArray> value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtIntArray>> $self, Array<IntArray> value)
Removes a tag containing the given value. final static Boolean
removeListOfListIterIntArray(NbtList<NbtList<NbtIntArray>> $self, Iterable<IntArray> value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtLongArray>> $self, Array<LongArray> value)
Removes a tag containing the given value. final static Boolean
removeListOfListIterLongArray(NbtList<NbtList<NbtLongArray>> $self, Iterable<LongArray> value)
Removes a tag containing the given value. final static Boolean
removeListOfList(NbtList<NbtList<NbtCompound>> $self, Array<Map<String, NbtTag>> value)
Removes a tag containing the given value. final static Boolean
removeListOfListIterCompound(NbtList<NbtList<NbtCompound>> $self, Iterable<Map<String, NbtTag>> value)
Removes a tag containing the given value. final static NbtList<NbtByte>
booleanIterableToList(Iterable<Boolean> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtByte>
byteIterableToList(Iterable<Byte> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtShort>
shortIterableToList(Iterable<Short> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtInt>
intIterableToList(Iterable<Integer> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtLong>
longIterableToList(Iterable<Long> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtFloat>
floatIterableToList(Iterable<Float> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtDouble>
doubleIterableToList(Iterable<Double> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtString>
stringIterableToList(Iterable<String> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtByteArray>
byteArrayIterableToList(Iterable<ByteArray> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtIntArray>
intArrayIterableToList(Iterable<IntArray> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtLongArray>
longArrayIterableToList(Iterable<LongArray> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtCompound>
compoundIterableToList(Iterable<Map<String, NbtTag>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtTag>>
listIterableToList(Iterable<Iterable<NbtTag>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtByte>>
byteListIterableToList(Iterable<Iterable<Byte>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtShort>>
shortListIterableToList(Iterable<Iterable<Short>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtInt>>
intListIterableToList(Iterable<Iterable<Integer>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtLong>>
longListIterableToList(Iterable<Iterable<Long>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtFloat>>
floatListIterableToList(Iterable<Iterable<Float>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtDouble>>
doubleListIterableToList(Iterable<Iterable<Double>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtByte>
arrayToNbtList(BooleanArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtByte>
arrayToNbtList(ByteArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtShort>
arrayToNbtList(ShortArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtInt>
arrayToNbtList(IntArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtLong>
arrayToNbtList(LongArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtFloat>
arrayToNbtList(FloatArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtDouble>
arrayToNbtList(DoubleArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtByte>
arrayToNbtList(BooleanArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtByte>
arrayToNbtList(ByteArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtShort>
arrayToNbtList(ShortArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtInt>
arrayToNbtList(IntArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtLong>
arrayToNbtList(LongArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtFloat>
arrayToNbtList(FloatArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtDouble>
arrayToNbtList(DoubleArray $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtString>
arrayToNbtList(Array<out String> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtByteArray>
arrayToNbtList(Array<out ByteArray> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtIntArray>
arrayToNbtList(Array<out IntArray> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtLongArray>
arrayToNbtList(Array<out LongArray> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtCompound>
arrayToNbtList(Array<out Map<String, NbtTag>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtTag>>
arrayToNbtList(Array<out Array<NbtTag>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtByte>>
arrayToNbtList(Array<out ByteArray> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtShort>>
arrayToNbtList(Array<out ShortArray> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtInt>>
arrayToNbtList(Array<out IntArray> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtLong>>
arrayToNbtList(Array<out LongArray> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtFloat>>
arrayToNbtList(Array<out FloatArray> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtDouble>>
arrayToNbtList(Array<out DoubleArray> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtString>>
arrayToNbtList(Array<out Array<out String>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtByteArray>>
arrayToNbtList(Array<out Array<out ByteArray>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtIntArray>>
arrayToNbtList(Array<out Array<out IntArray>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtLongArray>>
arrayToNbtList(Array<out Array<out LongArray>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtList<NbtTag>>>
arrayToNbtList(Array<out Array<out Array<NbtTag>>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtCompound>>
arrayToNbtList(Array<out Array<out Map<String, NbtTag>>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtTag>>
arrayIterableNbtTagToNbtList(Array<out Iterable<NbtTag>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtByte>>
arrayIterableByteToNbtList(Array<out Iterable<Byte>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtShort>>
arrayIterableShortToNbtList(Array<out Iterable<Short>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtInt>>
arrayIterableIntToNbtList(Array<out Iterable<Integer>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtLong>>
arrayIterableLongToNbtList(Array<out Iterable<Long>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtFloat>>
arrayIterableFloatToNbtList(Array<out Iterable<Float>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtDouble>>
arrayIterableDoubleToNbtList(Array<out Iterable<Double>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtString>>
arrayIterableStringToNbtList(Array<out Iterable<String>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtByteArray>>
arrayIterableByteArrayToNbtList(Array<out Iterable<ByteArray>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtIntArray>>
arrayIterableIntArrayToNbtList(Array<out Iterable<IntArray>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtLongArray>>
arrayIterableLongArrayToNbtList(Array<out Iterable<LongArray>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtList<NbtTag>>>
arrayIterableIterableNbtTagToNbtList(Array<out Iterable<Iterable<NbtTag>>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. final static NbtList<NbtList<NbtCompound>>
arrayIterableCompoundToNbtList(Array<out Iterable<Map<String, NbtTag>>> $self)
Returns a NbtList contained all elements wrapped in the appropriated NbtTag. -
-
Method Detail
-
add
final static Boolean add(NbtList<NbtByte> $self, Byte value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtShort> $self, Short value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtInt> $self, Integer value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtLong> $self, Long value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtFloat> $self, Float value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtDouble> $self, Double value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtString> $self, String value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtByteArray> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtByteArray> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtIntArray> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtIntArray> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtLongArray> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtLongArray> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static Boolean add(NbtList<NbtCompound> $self, Map<String, NbtTag> value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static <T extends NbtTag> Boolean add(NbtList<NbtList<T>> $self, Iterable<T> value)
Adds a value with the appropriated NbtTag wrapper.
-
add
final static <T extends NbtTag> Boolean add(NbtList<NbtList<T>> $self, Array<T> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfListIterByte
final static Boolean addListOfListIterByte(NbtList<NbtList<NbtByte>> $self, Iterable<Byte> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfListIterShort
final static Boolean addListOfListIterShort(NbtList<NbtList<NbtShort>> $self, Iterable<Short> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfListIterInt
final static Boolean addListOfListIterInt(NbtList<NbtList<NbtInt>> $self, Iterable<Integer> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfListIterLong
final static Boolean addListOfListIterLong(NbtList<NbtList<NbtLong>> $self, Iterable<Long> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfListIterFloat
final static Boolean addListOfListIterFloat(NbtList<NbtList<NbtFloat>> $self, Iterable<Float> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtString>> $self, Array<String> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfListIterString
final static Boolean addListOfListIterString(NbtList<NbtList<NbtString>> $self, Iterable<String> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtByteArray>> $self, Array<ByteArray> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfListIterByteArray
final static Boolean addListOfListIterByteArray(NbtList<NbtList<NbtByteArray>> $self, Iterable<ByteArray> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtIntArray>> $self, Array<IntArray> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfListIterIntArray
final static Boolean addListOfListIterIntArray(NbtList<NbtList<NbtIntArray>> $self, Iterable<IntArray> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtLongArray>> $self, Array<LongArray> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfListIterLongArray
final static Boolean addListOfListIterLongArray(NbtList<NbtList<NbtLongArray>> $self, Iterable<LongArray> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfList
final static Boolean addListOfList(NbtList<NbtList<NbtCompound>> $self, Array<Map<String, NbtTag>> value)
Adds a value with the appropriated NbtTag wrapper.
-
addListOfListIterCompound
final static Boolean addListOfListIterCompound(NbtList<NbtList<NbtCompound>> $self, Iterable<Map<String, NbtTag>> value)
Adds a value with the appropriated NbtTag wrapper.
-
contains
final static Boolean contains(NbtList<NbtByte> $self, Byte value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtShort> $self, Short value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtInt> $self, Integer value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtLong> $self, Long value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtFloat> $self, Float value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtDouble> $self, Double value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtString> $self, String value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtByteArray> $self, ByteArray value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtByteArray> $self, ByteArray value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtIntArray> $self, IntArray value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtIntArray> $self, IntArray value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtLongArray> $self, LongArray value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtLongArray> $self, LongArray value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static Boolean contains(NbtList<NbtCompound> $self, Map<String, NbtTag> value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static <T extends NbtTag> Boolean contains(NbtList<NbtList<T>> $self, Iterable<T> value)
Checks if the list contains a NbtTag with the given value.
-
contains
final static <T extends NbtTag> Boolean contains(NbtList<NbtList<T>> $self, Array<T> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfListIterByte
final static Boolean containsListOfListIterByte(NbtList<NbtList<NbtByte>> $self, Iterable<Byte> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfListIterShort
final static Boolean containsListOfListIterShort(NbtList<NbtList<NbtShort>> $self, Iterable<Short> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfListIterInt
final static Boolean containsListOfListIterInt(NbtList<NbtList<NbtInt>> $self, Iterable<Integer> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfListIterLong
final static Boolean containsListOfListIterLong(NbtList<NbtList<NbtLong>> $self, Iterable<Long> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfListIterFloat
final static Boolean containsListOfListIterFloat(NbtList<NbtList<NbtFloat>> $self, Iterable<Float> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtString>> $self, Array<String> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfListIterString
final static Boolean containsListOfListIterString(NbtList<NbtList<NbtString>> $self, Iterable<String> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtByteArray>> $self, Array<ByteArray> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfListIterByteArray
final static Boolean containsListOfListIterByteArray(NbtList<NbtList<NbtByteArray>> $self, Iterable<ByteArray> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtIntArray>> $self, Array<IntArray> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfListIterIntArray
final static Boolean containsListOfListIterIntArray(NbtList<NbtList<NbtIntArray>> $self, Iterable<IntArray> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtLongArray>> $self, Array<LongArray> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfListIterLongArray
final static Boolean containsListOfListIterLongArray(NbtList<NbtList<NbtLongArray>> $self, Iterable<LongArray> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfList
final static Boolean containsListOfList(NbtList<NbtList<NbtCompound>> $self, Array<Map<String, NbtTag>> value)
Checks if the list contains a NbtTag with the given value.
-
containsListOfListIterCompound
final static Boolean containsListOfListIterCompound(NbtList<NbtList<NbtCompound>> $self, Iterable<Map<String, NbtTag>> value)
Checks if the list contains a NbtTag with the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtByte> $self, Byte value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtShort> $self, Short value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtInt> $self, Integer value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtLong> $self, Long value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtFloat> $self, Float value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtDouble> $self, Double value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtString> $self, String value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtByteArray> $self, ByteArray value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtByteArray> $self, ByteArray value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtIntArray> $self, IntArray value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtIntArray> $self, IntArray value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtLongArray> $self, LongArray value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtLongArray> $self, LongArray value)
Removes a tag containing the given value.
-
minusAssign
final static Unit minusAssign(NbtList<NbtCompound> $self, Map<String, NbtTag> value)
Removes a tag containing the given value.
-
minusAssign
final static <T extends NbtTag> Unit minusAssign(NbtList<NbtList<T>> $self, Iterable<T> value)
Removes a tag containing the given value.
-
minusAssign
final static <T extends NbtTag> Unit minusAssign(NbtList<NbtList<T>> $self, Array<T> value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Removes a tag containing the given value.
-
minusAssignListOfListIterByte
final static Unit minusAssignListOfListIterByte(NbtList<NbtList<NbtByte>> $self, Iterable<Byte> value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Removes a tag containing the given value.
-
minusAssignListOfListIterShort
final static Unit minusAssignListOfListIterShort(NbtList<NbtList<NbtShort>> $self, Iterable<Short> value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Removes a tag containing the given value.
-
minusAssignListOfListIterInt
final static Unit minusAssignListOfListIterInt(NbtList<NbtList<NbtInt>> $self, Iterable<Integer> value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Removes a tag containing the given value.
-
minusAssignListOfListIterLong
final static Unit minusAssignListOfListIterLong(NbtList<NbtList<NbtLong>> $self, Iterable<Long> value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Removes a tag containing the given value.
-
minusAssignListOfListIterFloat
final static Unit minusAssignListOfListIterFloat(NbtList<NbtList<NbtFloat>> $self, Iterable<Float> value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtString>> $self, Array<String> value)
Removes a tag containing the given value.
-
minusAssignListOfListIterString
final static Unit minusAssignListOfListIterString(NbtList<NbtList<NbtString>> $self, Iterable<String> value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtByteArray>> $self, Array<ByteArray> value)
Removes a tag containing the given value.
-
minusAssignListOfListIterByteArray
final static Unit minusAssignListOfListIterByteArray(NbtList<NbtList<NbtByteArray>> $self, Iterable<ByteArray> value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtIntArray>> $self, Array<IntArray> value)
Removes a tag containing the given value.
-
minusAssignListOfListIterIntArray
final static Unit minusAssignListOfListIterIntArray(NbtList<NbtList<NbtIntArray>> $self, Iterable<IntArray> value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtLongArray>> $self, Array<LongArray> value)
Removes a tag containing the given value.
-
minusAssignListOfListIterLongArray
final static Unit minusAssignListOfListIterLongArray(NbtList<NbtList<NbtLongArray>> $self, Iterable<LongArray> value)
Removes a tag containing the given value.
-
minusAssignListOfList
final static Unit minusAssignListOfList(NbtList<NbtList<NbtCompound>> $self, Array<Map<String, NbtTag>> value)
Removes a tag containing the given value.
-
minusAssignListOfListIterCompound
final static Unit minusAssignListOfListIterCompound(NbtList<NbtList<NbtCompound>> $self, Iterable<Map<String, NbtTag>> value)
Removes a tag containing the given value.
-
plusAssign
final static Unit plusAssign(NbtList<NbtByte> $self, Byte value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtShort> $self, Short value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtInt> $self, Integer value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtLong> $self, Long value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtFloat> $self, Float value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtDouble> $self, Double value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtString> $self, String value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtByteArray> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtByteArray> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtIntArray> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtIntArray> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtLongArray> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtLongArray> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static Unit plusAssign(NbtList<NbtCompound> $self, Map<String, NbtTag> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static <T extends NbtTag> Unit plusAssign(NbtList<NbtList<T>> $self, Iterable<T> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssign
final static <T extends NbtTag> Unit plusAssign(NbtList<NbtList<T>> $self, Array<T> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfListIterByte
final static Unit plusAssignListOfListIterByte(NbtList<NbtList<NbtByte>> $self, Iterable<Byte> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfListIterShort
final static Unit plusAssignListOfListIterShort(NbtList<NbtList<NbtShort>> $self, Iterable<Short> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfListIterInt
final static Unit plusAssignListOfListIterInt(NbtList<NbtList<NbtInt>> $self, Iterable<Integer> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfListIterLong
final static Unit plusAssignListOfListIterLong(NbtList<NbtList<NbtLong>> $self, Iterable<Long> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfListIterFloat
final static Unit plusAssignListOfListIterFloat(NbtList<NbtList<NbtFloat>> $self, Iterable<Float> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtString>> $self, Array<String> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfListIterString
final static Unit plusAssignListOfListIterString(NbtList<NbtList<NbtString>> $self, Iterable<String> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtByteArray>> $self, Array<ByteArray> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfListIterByteArray
final static Unit plusAssignListOfListIterByteArray(NbtList<NbtList<NbtByteArray>> $self, Iterable<ByteArray> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtIntArray>> $self, Array<IntArray> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfListIterIntArray
final static Unit plusAssignListOfListIterIntArray(NbtList<NbtList<NbtIntArray>> $self, Iterable<IntArray> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtLongArray>> $self, Array<LongArray> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfListIterLongArray
final static Unit plusAssignListOfListIterLongArray(NbtList<NbtList<NbtLongArray>> $self, Iterable<LongArray> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfList
final static Unit plusAssignListOfList(NbtList<NbtList<NbtCompound>> $self, Array<Map<String, NbtTag>> value)
Adds a value with the appropriated NbtTag wrapper.
-
plusAssignListOfListIterCompound
final static Unit plusAssignListOfListIterCompound(NbtList<NbtList<NbtCompound>> $self, Iterable<Map<String, NbtTag>> value)
Adds a value with the appropriated NbtTag wrapper.
-
remove
final static Boolean remove(NbtList<NbtByte> $self, Byte value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtShort> $self, Short value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtInt> $self, Integer value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtLong> $self, Long value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtFloat> $self, Float value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtDouble> $self, Double value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtString> $self, String value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtByteArray> $self, ByteArray value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtByteArray> $self, ByteArray value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtIntArray> $self, IntArray value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtIntArray> $self, IntArray value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtLongArray> $self, LongArray value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtLongArray> $self, LongArray value)
Removes a tag containing the given value.
-
remove
final static Boolean remove(NbtList<NbtCompound> $self, Map<String, NbtTag> value)
Removes a tag containing the given value.
-
remove
final static <T extends NbtTag> Boolean remove(NbtList<NbtList<T>> $self, Iterable<T> value)
Removes a tag containing the given value.
-
remove
final static <T extends NbtTag> Boolean remove(NbtList<NbtList<T>> $self, Array<T> value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtByte>> $self, ByteArray value)
Removes a tag containing the given value.
-
removeListOfListIterByte
final static Boolean removeListOfListIterByte(NbtList<NbtList<NbtByte>> $self, Iterable<Byte> value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtShort>> $self, ShortArray value)
Removes a tag containing the given value.
-
removeListOfListIterShort
final static Boolean removeListOfListIterShort(NbtList<NbtList<NbtShort>> $self, Iterable<Short> value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtInt>> $self, IntArray value)
Removes a tag containing the given value.
-
removeListOfListIterInt
final static Boolean removeListOfListIterInt(NbtList<NbtList<NbtInt>> $self, Iterable<Integer> value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtLong>> $self, LongArray value)
Removes a tag containing the given value.
-
removeListOfListIterLong
final static Boolean removeListOfListIterLong(NbtList<NbtList<NbtLong>> $self, Iterable<Long> value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtFloat>> $self, FloatArray value)
Removes a tag containing the given value.
-
removeListOfListIterFloat
final static Boolean removeListOfListIterFloat(NbtList<NbtList<NbtFloat>> $self, Iterable<Float> value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtString>> $self, Array<String> value)
Removes a tag containing the given value.
-
removeListOfListIterString
final static Boolean removeListOfListIterString(NbtList<NbtList<NbtString>> $self, Iterable<String> value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtByteArray>> $self, Array<ByteArray> value)
Removes a tag containing the given value.
-
removeListOfListIterByteArray
final static Boolean removeListOfListIterByteArray(NbtList<NbtList<NbtByteArray>> $self, Iterable<ByteArray> value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtIntArray>> $self, Array<IntArray> value)
Removes a tag containing the given value.
-
removeListOfListIterIntArray
final static Boolean removeListOfListIterIntArray(NbtList<NbtList<NbtIntArray>> $self, Iterable<IntArray> value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtLongArray>> $self, Array<LongArray> value)
Removes a tag containing the given value.
-
removeListOfListIterLongArray
final static Boolean removeListOfListIterLongArray(NbtList<NbtList<NbtLongArray>> $self, Iterable<LongArray> value)
Removes a tag containing the given value.
-
removeListOfList
final static Boolean removeListOfList(NbtList<NbtList<NbtCompound>> $self, Array<Map<String, NbtTag>> value)
Removes a tag containing the given value.
-
removeListOfListIterCompound
final static Boolean removeListOfListIterCompound(NbtList<NbtList<NbtCompound>> $self, Iterable<Map<String, NbtTag>> value)
Removes a tag containing the given value.
-
booleanIterableToList
final static NbtList<NbtByte> booleanIterableToList(Iterable<Boolean> $self)
-
byteIterableToList
final static NbtList<NbtByte> byteIterableToList(Iterable<Byte> $self)
-
shortIterableToList
final static NbtList<NbtShort> shortIterableToList(Iterable<Short> $self)
-
intIterableToList
final static NbtList<NbtInt> intIterableToList(Iterable<Integer> $self)
-
longIterableToList
final static NbtList<NbtLong> longIterableToList(Iterable<Long> $self)
-
floatIterableToList
final static NbtList<NbtFloat> floatIterableToList(Iterable<Float> $self)
-
doubleIterableToList
final static NbtList<NbtDouble> doubleIterableToList(Iterable<Double> $self)
-
stringIterableToList
final static NbtList<NbtString> stringIterableToList(Iterable<String> $self)
-
byteArrayIterableToList
final static NbtList<NbtByteArray> byteArrayIterableToList(Iterable<ByteArray> $self)
-
intArrayIterableToList
final static NbtList<NbtIntArray> intArrayIterableToList(Iterable<IntArray> $self)
-
longArrayIterableToList
final static NbtList<NbtLongArray> longArrayIterableToList(Iterable<LongArray> $self)
-
compoundIterableToList
final static NbtList<NbtCompound> compoundIterableToList(Iterable<Map<String, NbtTag>> $self)
-
listIterableToList
final static NbtList<NbtList<NbtTag>> listIterableToList(Iterable<Iterable<NbtTag>> $self)
-
byteListIterableToList
final static NbtList<NbtList<NbtByte>> byteListIterableToList(Iterable<Iterable<Byte>> $self)
-
shortListIterableToList
final static NbtList<NbtList<NbtShort>> shortListIterableToList(Iterable<Iterable<Short>> $self)
-
intListIterableToList
final static NbtList<NbtList<NbtInt>> intListIterableToList(Iterable<Iterable<Integer>> $self)
-
longListIterableToList
final static NbtList<NbtList<NbtLong>> longListIterableToList(Iterable<Iterable<Long>> $self)
-
floatListIterableToList
final static NbtList<NbtList<NbtFloat>> floatListIterableToList(Iterable<Iterable<Float>> $self)
-
doubleListIterableToList
final static NbtList<NbtList<NbtDouble>> doubleListIterableToList(Iterable<Iterable<Double>> $self)
-
arrayToNbtList
final static NbtList<NbtByte> arrayToNbtList(BooleanArray $self)
-
arrayToNbtList
final static NbtList<NbtByte> arrayToNbtList(ByteArray $self)
-
arrayToNbtList
final static NbtList<NbtShort> arrayToNbtList(ShortArray $self)
-
arrayToNbtList
final static NbtList<NbtInt> arrayToNbtList(IntArray $self)
-
arrayToNbtList
final static NbtList<NbtLong> arrayToNbtList(LongArray $self)
-
arrayToNbtList
final static NbtList<NbtFloat> arrayToNbtList(FloatArray $self)
-
arrayToNbtList
final static NbtList<NbtDouble> arrayToNbtList(DoubleArray $self)
-
arrayToNbtList
final static NbtList<NbtByte> arrayToNbtList(BooleanArray $self)
-
arrayToNbtList
final static NbtList<NbtByte> arrayToNbtList(ByteArray $self)
-
arrayToNbtList
final static NbtList<NbtShort> arrayToNbtList(ShortArray $self)
-
arrayToNbtList
final static NbtList<NbtInt> arrayToNbtList(IntArray $self)
-
arrayToNbtList
final static NbtList<NbtLong> arrayToNbtList(LongArray $self)
-
arrayToNbtList
final static NbtList<NbtFloat> arrayToNbtList(FloatArray $self)
-
arrayToNbtList
final static NbtList<NbtDouble> arrayToNbtList(DoubleArray $self)
-
arrayToNbtList
final static NbtList<NbtString> arrayToNbtList(Array<out String> $self)
-
arrayToNbtList
final static NbtList<NbtByteArray> arrayToNbtList(Array<out ByteArray> $self)
-
arrayToNbtList
final static NbtList<NbtIntArray> arrayToNbtList(Array<out IntArray> $self)
-
arrayToNbtList
final static NbtList<NbtLongArray> arrayToNbtList(Array<out LongArray> $self)
-
arrayToNbtList
final static NbtList<NbtCompound> arrayToNbtList(Array<out Map<String, NbtTag>> $self)
-
arrayToNbtList
final static NbtList<NbtList<NbtShort>> arrayToNbtList(Array<out ShortArray> $self)
-
arrayToNbtList
final static NbtList<NbtList<NbtFloat>> arrayToNbtList(Array<out FloatArray> $self)
-
arrayToNbtList
final static NbtList<NbtList<NbtDouble>> arrayToNbtList(Array<out DoubleArray> $self)
-
arrayToNbtList
final static NbtList<NbtList<NbtString>> arrayToNbtList(Array<out Array<out String>> $self)
-
arrayToNbtList
final static NbtList<NbtList<NbtByteArray>> arrayToNbtList(Array<out Array<out ByteArray>> $self)
-
arrayToNbtList
final static NbtList<NbtList<NbtIntArray>> arrayToNbtList(Array<out Array<out IntArray>> $self)
-
arrayToNbtList
final static NbtList<NbtList<NbtLongArray>> arrayToNbtList(Array<out Array<out LongArray>> $self)
-
arrayToNbtList
final static NbtList<NbtList<NbtList<NbtTag>>> arrayToNbtList(Array<out Array<out Array<NbtTag>>> $self)
-
arrayToNbtList
final static NbtList<NbtList<NbtCompound>> arrayToNbtList(Array<out Array<out Map<String, NbtTag>>> $self)
-
arrayIterableNbtTagToNbtList
final static NbtList<NbtList<NbtTag>> arrayIterableNbtTagToNbtList(Array<out Iterable<NbtTag>> $self)
-
arrayIterableByteToNbtList
final static NbtList<NbtList<NbtByte>> arrayIterableByteToNbtList(Array<out Iterable<Byte>> $self)
-
arrayIterableShortToNbtList
final static NbtList<NbtList<NbtShort>> arrayIterableShortToNbtList(Array<out Iterable<Short>> $self)
-
arrayIterableIntToNbtList
final static NbtList<NbtList<NbtInt>> arrayIterableIntToNbtList(Array<out Iterable<Integer>> $self)
-
arrayIterableLongToNbtList
final static NbtList<NbtList<NbtLong>> arrayIterableLongToNbtList(Array<out Iterable<Long>> $self)
-
arrayIterableFloatToNbtList
final static NbtList<NbtList<NbtFloat>> arrayIterableFloatToNbtList(Array<out Iterable<Float>> $self)
-
arrayIterableDoubleToNbtList
final static NbtList<NbtList<NbtDouble>> arrayIterableDoubleToNbtList(Array<out Iterable<Double>> $self)
-
arrayIterableStringToNbtList
final static NbtList<NbtList<NbtString>> arrayIterableStringToNbtList(Array<out Iterable<String>> $self)
-
arrayIterableByteArrayToNbtList
final static NbtList<NbtList<NbtByteArray>> arrayIterableByteArrayToNbtList(Array<out Iterable<ByteArray>> $self)
-
arrayIterableIntArrayToNbtList
final static NbtList<NbtList<NbtIntArray>> arrayIterableIntArrayToNbtList(Array<out Iterable<IntArray>> $self)
-
arrayIterableLongArrayToNbtList
final static NbtList<NbtList<NbtLongArray>> arrayIterableLongArrayToNbtList(Array<out Iterable<LongArray>> $self)
-
arrayIterableIterableNbtTagToNbtList
final static NbtList<NbtList<NbtList<NbtTag>>> arrayIterableIterableNbtTagToNbtList(Array<out Iterable<Iterable<NbtTag>>> $self)
-
arrayIterableCompoundToNbtList
final static NbtList<NbtList<NbtCompound>> arrayIterableCompoundToNbtList(Array<out Iterable<Map<String, NbtTag>>> $self)
-
-
-
-