A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
W
D
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtByte
- Returns a new wrapper with the current value.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtByteArray
- Returns a new wrapper with a copy of the current value.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Returns a new NbtCompound with all nested values copied deeply.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtDouble
- Returns a new wrapper with the current value.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtEnd
- Returns itself.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtFloat
- Returns a new wrapper with the current value.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtInt
- Returns a new wrapper with the current value.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtIntArray
- Returns a new wrapper with a copy of the current value.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtList
- Returns a new NbtList with all nested values copied deeply.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtLong
- Returns a new wrapper with the current value.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtLongArray
- Returns a new wrapper with a copy of the current value.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtShort
- Returns a new wrapper with the current value.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtString
- Returns a new wrapper with the current value.
- deepCopy() - function in br.com.gamemods.nbtmanipulator.NbtTag
- Copies all this and all nested NbtTags into new objects.
- doubleIterableToList(Iterable) - function in br.com.gamemods.nbtmanipulator.NbtUtil
- Returns a NbtList contained all elements wrapped in the appropriated NbtTag.
- doubleListIterableToList(Iterable) - function in br.com.gamemods.nbtmanipulator.NbtUtil
- Returns a NbtList contained all elements wrapped in the appropriated NbtTag.