A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
W
S
- set(String,NbtTag) - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Directly maps a NbtTag to a key.
- set(String,Boolean) - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Maps a NbtByte
1
if the value istrue
and0
otherwise. - set(String,Byte) - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Maps a NbtByte with the given value.
- set(String,Short) - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Maps a NbtShort with the given value.
- set(String,Integer) - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Maps a NbtInt with the given value.
- set(String,Long) - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Maps a NbtLong with the given value.
- set(String,Float) - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Maps a NbtFloat with the given value.
- set(String,Double) - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Maps a NbtDouble with the given value.
- set(String,ByteArray) - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Maps a NbtByteArray with the given value.
- set(String,String) - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Maps a NbtDouble with the given value.
- set(String,IntArray) - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Maps a NbtByteArray with the given value.
- set(String,LongArray) - function in br.com.gamemods.nbtmanipulator.NbtCompound
- Maps a NbtByteArray with the given value.
- set(Integer,T) - function in br.com.gamemods.nbtmanipulator.NbtList
- setCompound(NbtCompound) - function in br.com.gamemods.nbtmanipulator.NbtFile
- setIsCompressed(Boolean) - function in br.com.gamemods.nbtmanipulator.NbtFile
- setIsLittleEndian(Boolean) - function in br.com.gamemods.nbtmanipulator.NbtFile
- setLength(Integer) - function in br.com.gamemods.nbtmanipulator.NbtFile
- setName(String) - function in br.com.gamemods.nbtmanipulator.NbtFile
- setSigned(Byte) - function in br.com.gamemods.nbtmanipulator.NbtByte
- setTag(NbtTag) - function in br.com.gamemods.nbtmanipulator.NbtFile
- setUnsigned(Integer) - function in br.com.gamemods.nbtmanipulator.NbtByte
- setValue(Byte) - function in br.com.gamemods.nbtmanipulator.NbtByte
- setValue(ByteArray) - function in br.com.gamemods.nbtmanipulator.NbtByteArray
- setValue(Double) - function in br.com.gamemods.nbtmanipulator.NbtDouble
- setValue(Float) - function in br.com.gamemods.nbtmanipulator.NbtFloat
- setValue(Integer) - function in br.com.gamemods.nbtmanipulator.NbtInt
- setValue(IntArray) - function in br.com.gamemods.nbtmanipulator.NbtIntArray
- setValue(Long) - function in br.com.gamemods.nbtmanipulator.NbtLong
- setValue(LongArray) - function in br.com.gamemods.nbtmanipulator.NbtLongArray
- setValue(Short) - function in br.com.gamemods.nbtmanipulator.NbtShort
- setValue(String) - function in br.com.gamemods.nbtmanipulator.NbtString
- setVersion(Integer) - function in br.com.gamemods.nbtmanipulator.NbtFile
- shortIterableToList(Iterable) - function in br.com.gamemods.nbtmanipulator.NbtUtil
- Returns a NbtList contained all elements wrapped in the appropriated NbtTag.
- shortListIterableToList(Iterable) - function in br.com.gamemods.nbtmanipulator.NbtUtil
- Returns a NbtList contained all elements wrapped in the appropriated NbtTag.
- skip(Long) - function in java.io.LittleEndianDataInputStream
- skipBytes(Integer) - function in br.com.gamemods.nbtmanipulator.LittleEndianDataInputStream
- sort(Comparator) - function in kotlin.collections.NbtList
- spliterator() - function in kotlin.collections.NbtList
- stream() - function in kotlin.collections.NbtList
- stringIterableToList(Iterable) - function in br.com.gamemods.nbtmanipulator.NbtUtil
- Returns a NbtList contained all elements wrapped in the appropriated NbtTag.
- subList(Integer,Integer) - function in br.com.gamemods.nbtmanipulator.NbtList