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 TypeMethodDescriptionvoid
ProfileDataController.saveBackpackInfo
(PlayerBackpack bp) void
ProfileDataController.saveBackpackInventory
(PlayerBackpack bp, Integer... slots) void
ProfileDataController.saveBackpackInventory
(PlayerBackpack bp, Set<Integer> slots) Method parameters in com.xzavier0722.mc.plugin.slimefun4.storage.controller with type arguments of type PlayerBackpackModifier and TypeMethodDescriptionvoid
ProfileDataController.getBackpackAsync
(String uuid, IAsyncReadCallback<PlayerBackpack> callback) void
ProfileDataController.getBackpackAsync
(org.bukkit.OfflinePlayer owner, int num, IAsyncReadCallback<PlayerBackpack> callback) void
ProfileDataController.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 void
PlayerBackpack.bindItem
(org.bukkit.inventory.ItemStack item, PlayerBackpack bp) static void
PlayerBackpack.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 void
PlayerBackpack.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 TypeMethodDescriptionvoid
PlayerData.addBackpack
(PlayerBackpack backpack) void
PlayerData.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)