Uses of Class
beer.devs.fastnbt.nms.nbt.NList
Packages that use NList
-
Uses of NList in beer.devs.fastnbt.nms.nbt
Methods in beer.devs.fastnbt.nms.nbt that return NListModifier and TypeMethodDescriptionNList.addList()
Adds a new NList at the end of the list.NList.addList
(int i) Adds a new NList at a specified index.Adds a NList at a specified index.Adds a NList at the end of the list.@Nullable NList
@Nullable NList
NList.getList
(int i) NCompound.getOrAddList
(String key, NBTType type) NList.getOrAddList
(int i) static NList
static NList
static NList
NList.ofIntArrayList
(List<int[]> list) static NList
static NList
NList.ofItemStackList
(List<org.bukkit.inventory.ItemStack> list) static NList
NList.ofLongArrayList
(List<long[]> list) static NList
NList.ofShortList
(List<Short> list) static NList
Methods in beer.devs.fastnbt.nms.nbt that return types with arguments of type NListMethods in beer.devs.fastnbt.nms.nbt with parameters of type NListModifier and TypeMethodDescriptionAdds a NList at a specified index.Adds a NList at the end of the list.void
void
Replaces the NList at a specified index.