Uses of Class
beer.devs.fastnbt.nms.nbt.NCompound
Packages that use NCompound
-
Uses of NCompound in beer.devs.fastnbt.nms.nbt
Subclasses of NCompound in beer.devs.fastnbt.nms.nbtMethods in beer.devs.fastnbt.nms.nbt with type parameters of type NCompoundModifier and TypeMethodDescription<N extends NCompound>
voidNList.addCompound(int i, N nCompound) Adds a NCompound at a specified index.<N extends NCompound>
voidNList.addCompound(N nCompound) Adds a NCompound at the end of the list.<N extends NCompound>
voidNList.setCompound(int i, N nCompound) Replaces the ItemStack at a specified index.Methods in beer.devs.fastnbt.nms.nbt that return NCompoundModifier and TypeMethodDescriptionNCompound.addCompound(String key) NList.addCompound()Adds a new NCompound at the end of the list.NList.addCompound(int i) Adds a new NCompound at a specified index.@Nullable NCompoundNCompound.getCompound(String key) @Nullable NCompoundNList.getCompound(int i) NCompound.getOrAddCompound(String key) NList.getOrAddCompound(int i) NCompound.setBoolean(String key, boolean param) NCompound.setByteArray(String key, byte[] param) NCompound.setCompound(String key, NCompound compound) NCompound.setIntArray(String key, int[] param) NCompound.setIntegerList(String key, List<Integer> param) NCompound.setLongArray(String key, long[] param) NCompound.setLongList(String key, List<Long> param) Methods in beer.devs.fastnbt.nms.nbt that return types with arguments of type NCompoundMethods in beer.devs.fastnbt.nms.nbt with parameters of type NCompoundModifier and TypeMethodDescriptionstatic @Nullable org.bukkit.inventory.ItemStackNItem.compoundToBukkitItem(NCompound compound) NCompound.setCompound(String key, NCompound compound)