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 io.github.thebusybiscuit.slimefun4.api.player
Methods in io.github.thebusybiscuit.slimefun4.api.player that return PlayerBackpackModifier and TypeMethodDescriptionPlayerProfile.createBackpack(int size) static PlayerBackpackstatic PlayerBackpackPlayerBackpack.newBackpack(UUID ownerId, int id, int size) Methods in io.github.thebusybiscuit.slimefun4.api.player that return types with arguments of type PlayerBackpackMethod parameters in io.github.thebusybiscuit.slimefun4.api.player with type arguments of type PlayerBackpackModifier and TypeMethodDescriptionstatic voidPlayerProfile.getBackpack(ItemStack item, Consumer<PlayerBackpack> callback) -
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)