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 NListNList.getList(int i) NCompound.getOrAddList(String key, NBTType type) NList.getOrAddList(int i) static NListstatic NListstatic NListNList.ofIntArrayList(List<int[]> list) static NListstatic NListNList.ofItemStackList(List<org.bukkit.inventory.ItemStack> list) static NListNList.ofLongArrayList(List<long[]> list) static NListNList.ofShortList(List<Short> list) static NListMethods 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.voidvoidReplaces the NList at a specified index.