Uses of Class
io.github.thebusybiscuit.slimefun4.api.player.PlayerBackpack
Packages that use PlayerBackpack
Package
Description
This package stores API-related classes that are related to a
Player,
such as the PlayerProfile for example.-
Uses of PlayerBackpack in com.xzavier0722.mc.plugin.slimefun4.storage.controller
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.controller that return PlayerBackpackModifier and TypeMethodDescriptionProfileDataController.createBackpack(org.bukkit.OfflinePlayer p, String name, int num, int size) ProfileDataController.getBackpack(String uuid) ProfileDataController.getBackpack(org.bukkit.OfflinePlayer owner, int num) Methods in com.xzavier0722.mc.plugin.slimefun4.storage.controller that return types with arguments of type PlayerBackpackModifier and TypeMethodDescriptionProfileDataController.getBackpackAsync(String uuid) ProfileDataController.getBackpackAsync(org.bukkit.OfflinePlayer owner, int num) ProfileDataController.getBackpacks(String pUuid) Methods in com.xzavier0722.mc.plugin.slimefun4.storage.controller with parameters of type PlayerBackpackModifier and TypeMethodDescriptionvoidProfileDataController.saveBackpackInfo(PlayerBackpack bp) voidProfileDataController.saveBackpackInventory(PlayerBackpack bp) voidProfileDataController.saveBackpackInventory(PlayerBackpack bp, Integer... slots) Deprecated, for removal: This API element is subject to removal in a future version.voidProfileDataController.saveBackpackInventory(PlayerBackpack bp, Set<Integer> slotsIgnored) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.xzavier0722.mc.plugin.slimefun4.storage.controller with type arguments of type PlayerBackpackModifier and TypeMethodDescriptionvoidProfileDataController.getBackpackAsync(String uuid, IAsyncReadCallback<PlayerBackpack> callback) Deprecated.voidProfileDataController.getBackpackAsync(org.bukkit.OfflinePlayer owner, int num, IAsyncReadCallback<PlayerBackpack> callback) Deprecated.voidProfileDataController.getBackpacksAsync(String pUuid, IAsyncReadCallback<Set<PlayerBackpack>> callback) -
Uses of PlayerBackpack in io.github.thebusybiscuit.slimefun4.api.player
Methods in io.github.thebusybiscuit.slimefun4.api.player that return types with arguments of type PlayerBackpackModifier and TypeMethodDescriptionstatic CompletableFuture<PlayerBackpack> PlayerBackpack.getAsync(org.bukkit.inventory.ItemStack item) Methods in io.github.thebusybiscuit.slimefun4.api.player with parameters of type PlayerBackpackModifier and TypeMethodDescriptionstatic voidPlayerBackpack.bindItem(org.bukkit.inventory.ItemStack item, PlayerBackpack bp) static voidPlayerBackpack.setItemDisplayInfo(org.bukkit.inventory.ItemStack item, PlayerBackpack bp) Method parameters in io.github.thebusybiscuit.slimefun4.api.player with type arguments of type PlayerBackpackModifier and TypeMethodDescriptionstatic voidPlayerBackpack.getAsync(org.bukkit.inventory.ItemStack item, Consumer<PlayerBackpack> callback, boolean runCbOnMainThread) -
Uses of PlayerBackpack in io.github.thebusybiscuit.slimefun4.storage.data
Methods in io.github.thebusybiscuit.slimefun4.storage.data that return PlayerBackpackMethods in io.github.thebusybiscuit.slimefun4.storage.data that return types with arguments of type PlayerBackpackMethods in io.github.thebusybiscuit.slimefun4.storage.data with parameters of type PlayerBackpackModifier and TypeMethodDescriptionvoidPlayerData.addBackpack(PlayerBackpack backpack) voidPlayerData.removeBackpack(PlayerBackpack backpack) Constructor parameters in io.github.thebusybiscuit.slimefun4.storage.data with type arguments of type PlayerBackpackModifierConstructorDescriptionPlayerData(Set<Research> researches, Map<Integer, PlayerBackpack> backpacks, Set<Waypoint> waypoints)