Uses of Class
io.github.thebusybiscuit.slimefun4.api.player.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
Modifier and TypeMethodDescriptionPlayerProfile.createBackpack
(int size) static PlayerBackpack
static PlayerBackpack
PlayerBackpack.newBackpack
(UUID ownerId, int id, int size) Modifier and TypeMethodDescriptionstatic void
PlayerProfile.getBackpack
(ItemStack item, Consumer<PlayerBackpack> callback) -
Uses of PlayerBackpack in io.github.thebusybiscuit.slimefun4.storage.data
Modifier and TypeMethodDescriptionvoid
PlayerData.addBackpack
(PlayerBackpack backpack) void
PlayerData.removeBackpack
(PlayerBackpack backpack) ModifierConstructorDescriptionPlayerData
(Set<Research> researches, Map<Integer, PlayerBackpack> backpacks, Set<Waypoint> waypoints)