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 PlayerBackpackMethods in com.xzavier0722.mc.plugin.slimefun4.storage.controller with parameters of type PlayerBackpackModifier and TypeMethodDescriptionvoidProfileDataController.saveBackpackInfo(PlayerBackpack bp) voidProfileDataController.saveBackpackInventory(PlayerBackpack bp, Integer... slots) voidProfileDataController.saveBackpackInventory(PlayerBackpack bp, Set<Integer> slots) Method parameters in com.xzavier0722.mc.plugin.slimefun4.storage.controller with type arguments of type PlayerBackpackModifier and TypeMethodDescriptionvoidProfileDataController.getBackpackAsync(String uuid, IAsyncReadCallback<PlayerBackpack> callback) voidProfileDataController.getBackpackAsync(org.bukkit.OfflinePlayer owner, int num, IAsyncReadCallback<PlayerBackpack> callback) 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 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)