A  B  C  D  E  F  G  H  I  L  M  N  P  R  S  T  U  W 

G

get(String) - function in kotlin.collections.NbtCompound
 
get(Integer) - function in kotlin.collections.NbtList
 
getBooleanByte(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns true if getByte returns 1, false otherwise.
getByte(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped byte value.
getByteArray(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped byte array value.
getByteArrayList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of byte arrays mapped to that key.
getByteList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of bytes mapped to that key.
getCompound(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtCompound mapped to that key.
getCompound() - function in br.com.gamemods.nbtmanipulator.NbtFile
 
getCompoundList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of compounds mapped to that key.
getDouble(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped double value.
getDoubleList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of doubles mapped to that key.
getEntries() - function in kotlin.collections.NbtCompound
 
getFloat(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped float value.
getFloatList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of floats mapped to that key.
getInt(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped int value.
getIntArray(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped int array value.
getIntArrayList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of int arrays mapped to that key.
getIntList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of integers mapped to that key.
getIsCompressed() - function in br.com.gamemods.nbtmanipulator.NbtFile
 
getIsLittleEndian() - function in br.com.gamemods.nbtmanipulator.NbtFile
 
getKeys() - function in kotlin.collections.NbtCompound
 
getLength() - function in br.com.gamemods.nbtmanipulator.NbtFile
 
getList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList mapped to that key.
getListOfList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of lists mapped to that key.
getLong(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped long value.
getLongArray(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped long array value.
getLongArrayList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of long arrays mapped to that key.
getLongList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of longs mapped to that key.
getName() - function in br.com.gamemods.nbtmanipulator.NbtFile
 
getNullableBooleanByte(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns true if getByte returns 1, false otherwise.
getNullableByte(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped byte value or null if no value is mapped, or it is mapped to another type tag.
getNullableByteArray(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped byte array value.
getNullableByteArrayList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of byte arrays mapped to that key.
getNullableByteList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of bytes mapped to that key.
getNullableCompound(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtCompound mapped to that key.
getNullableCompoundList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of compounds mapped to that key.
getNullableDouble(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped double value or null if no value is mapped, or it is mapped to another type tag.
getNullableDoubleList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of doubles mapped to that key.
getNullableFloat(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped float value or null if no value is mapped, or it is mapped to another type tag.
getNullableFloatList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of floats mapped to that key.
getNullableInt(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped int value or null if no value is mapped, or it is mapped to another type tag.
getNullableIntArray(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped int array value.
getNullableIntArrayList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of int arrays mapped to that key.
getNullableIntList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of integers mapped to that key.
getNullableList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList mapped to that key.
getNullableListOfList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of lists mapped to that key.
getNullableLong(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped long value or null if no value is mapped, or it is mapped to another type tag.
getNullableLongArray(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped long array value.
getNullableLongArrayList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of long arrays mapped to that key.
getNullableLongList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of longs mapped to that key.
getNullableShort(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped short value or null if no value is mapped, or it is mapped to another type tag.
getNullableShortList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of shorts mapped to that key.
getNullableString(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped string value or null if no value is mapped, or it is mapped to another type tag.
getNullableStringList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of strings mapped to that key.
getOrDefault(String,NbtTag) - function in kotlin.collections.NbtCompound
 
getShort(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped short value.
getShortList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of shorts mapped to that key.
getSigned() - function in br.com.gamemods.nbtmanipulator.NbtByte
 
getSize() - function in kotlin.collections.NbtCompound
 
getSize() - function in kotlin.collections.NbtList
 
getString(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the unwrapped string value.
getStringList(String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns the NbtList of strings mapped to that key.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtByte
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtByteArray
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtCompound
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtDouble
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtEnd
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtFloat
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtInt
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtIntArray
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtList
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtLong
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtLongArray
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtShort
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtString
Returns a string representation of the tag's value.
getStringValue() - function in br.com.gamemods.nbtmanipulator.NbtTag
Returns a string representation of the tag's value.
getTag() - function in br.com.gamemods.nbtmanipulator.NbtFile
 
getUnsigned() - function in br.com.gamemods.nbtmanipulator.NbtByte
 
getValue() - function in br.com.gamemods.nbtmanipulator.NbtByte
 
getValue() - function in br.com.gamemods.nbtmanipulator.NbtByteArray
 
getValue() - function in br.com.gamemods.nbtmanipulator.NbtDouble
 
getValue() - function in br.com.gamemods.nbtmanipulator.NbtFloat
 
getValue() - function in br.com.gamemods.nbtmanipulator.NbtInt
 
getValue() - function in br.com.gamemods.nbtmanipulator.NbtIntArray
 
getValue() - function in br.com.gamemods.nbtmanipulator.NbtLong
 
getValue() - function in br.com.gamemods.nbtmanipulator.NbtLongArray
 
getValue() - function in br.com.gamemods.nbtmanipulator.NbtShort
 
getValue() - function in br.com.gamemods.nbtmanipulator.NbtString
 
getValues() - function in kotlin.collections.NbtCompound
 
getVersion() - function in br.com.gamemods.nbtmanipulator.NbtFile
 
A  B  C  D  E  F  G  H  I  L  M  N  P  R  S  T  U  W