Uses of Class
io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile
Packages that use PlayerProfile
Package
Description
This package contains all extensions of 
Event that Slimefun provides
 and allows you to listen to.This package stores classes of the API that are related to the
 
GPSNetwork.This package contains a few 
ItemGroup variations.This package stores API-related classes that are related to a 
Player,
 such as the PlayerProfile for example.This package holds everything connected to the 
Research
 class.This package holds the core systems of Slimefun, these are not necessarily used as an API
 but rather provide the core functionality of this 
Plugin.This package contains the core system for the 
SlimefunGuide.This package provides the different implementations of our
 
SlimefunGuide- 
Uses of PlayerProfile in io.github.thebusybiscuit.slimefun4.api.events
Methods in io.github.thebusybiscuit.slimefun4.api.events that return PlayerProfileMethods in io.github.thebusybiscuit.slimefun4.api.events with parameters of type PlayerProfileModifier and TypeMethodDescriptionvoidAsyncProfileLoadEvent.setProfile(PlayerProfile profile) This method can be used to inject your customPlayerProfileimplementations.Constructors in io.github.thebusybiscuit.slimefun4.api.events with parameters of type PlayerProfile - 
Uses of PlayerProfile in io.github.thebusybiscuit.slimefun4.api.gps
Methods in io.github.thebusybiscuit.slimefun4.api.gps that return PlayerProfileConstructors in io.github.thebusybiscuit.slimefun4.api.gps with parameters of type PlayerProfileModifierConstructorDescriptionWaypoint(PlayerProfile profile, String id, Location loc, String name) Deprecated.UseWaypoint(UUID, String, Location, String)instead - 
Uses of PlayerProfile in io.github.thebusybiscuit.slimefun4.api.items.groups
Methods in io.github.thebusybiscuit.slimefun4.api.items.groups with parameters of type PlayerProfileModifier and TypeMethodDescriptionbooleanLockedItemGroup.hasUnlocked(Player p, PlayerProfile profile) Checks if thePlayerhas fully unlocked all parent categories.abstract booleanFlexItemGroup.isVisible(Player p, PlayerProfile profile, SlimefunGuideMode layout) This method returns whether thisFlexItemGroupis visible under the given context.booleanNestedItemGroup.isVisible(Player p, PlayerProfile profile, SlimefunGuideMode mode) abstract voidFlexItemGroup.open(Player p, PlayerProfile profile, SlimefunGuideMode layout) This method is called when aPlayeropens thisFlexItemGroup.voidNestedItemGroup.open(Player p, PlayerProfile profile, SlimefunGuideMode mode)  - 
Uses of PlayerProfile in io.github.thebusybiscuit.slimefun4.api.player
Methods in io.github.thebusybiscuit.slimefun4.api.player that return PlayerProfileModifier and TypeMethodDescriptionPlayerBackpack.getOwner()Deprecated.UsePlayerBackpack.getOwnerId()insteadMethods in io.github.thebusybiscuit.slimefun4.api.player that return types with arguments of type PlayerProfileModifier and TypeMethodDescriptionstatic Optional<PlayerProfile>PlayerProfile.find(OfflinePlayer p) This method tries to search for aPlayerProfileof the givenOfflinePlayer.static Iterator<PlayerProfile>PlayerProfile.iterator()Method parameters in io.github.thebusybiscuit.slimefun4.api.player with type arguments of type PlayerProfileModifier and TypeMethodDescriptionstatic booleanPlayerProfile.fromUUID(UUID uuid, Consumer<PlayerProfile> callback) static booleanPlayerProfile.get(OfflinePlayer p, Consumer<PlayerProfile> callback) Get thePlayerProfilefor aOfflinePlayerasynchronously.Constructors in io.github.thebusybiscuit.slimefun4.api.player with parameters of type PlayerProfileModifierConstructorDescriptionPlayerBackpack(PlayerProfile profile, int id) Deprecated.UsePlayerBackpack.load(UUID, int, int, HashMap)insteadPlayerBackpack(PlayerProfile profile, int id, int size) Deprecated.UsePlayerBackpack.newBackpack(UUID, int, int)instead - 
Uses of PlayerProfile in io.github.thebusybiscuit.slimefun4.api.researches
Methods in io.github.thebusybiscuit.slimefun4.api.researches with parameters of type PlayerProfileModifier and TypeMethodDescriptionvoidPlayerResearchTask.accept(PlayerProfile profile) voidResearch.unlockFromGuide(SlimefunGuideImplementation guide, Player player, PlayerProfile profile, SlimefunItem sfItem, ItemGroup itemGroup, int page) Handle what to do when aPlayerclicks on an un-researched item in aSlimefunGuideImplementation. - 
Uses of PlayerProfile in io.github.thebusybiscuit.slimefun4.core
Methods in io.github.thebusybiscuit.slimefun4.core that return types with arguments of type PlayerProfile - 
Uses of PlayerProfile in io.github.thebusybiscuit.slimefun4.core.guide
Methods in io.github.thebusybiscuit.slimefun4.core.guide with parameters of type PlayerProfileModifier and TypeMethodDescriptionstatic voidSlimefunGuide.displayItem(PlayerProfile profile, SlimefunItem item, boolean addToHistory) static voidSlimefunGuide.displayItem(PlayerProfile profile, ItemStack item, boolean addToHistory) voidSlimefunGuideImplementation.displayItem(PlayerProfile profile, SlimefunItem item, boolean addToHistory) voidSlimefunGuideImplementation.displayItem(PlayerProfile profile, ItemStack item, int index, boolean addToHistory) static voidSlimefunGuide.openItemGroup(PlayerProfile profile, ItemGroup itemGroup, SlimefunGuideMode mode, int selectedPage) voidSlimefunGuideImplementation.openItemGroup(PlayerProfile profile, ItemGroup group, int page) static voidSlimefunGuide.openMainMenu(PlayerProfile profile, SlimefunGuideMode mode, int selectedPage) voidSlimefunGuideImplementation.openMainMenu(PlayerProfile profile, int page) static voidSlimefunGuide.openSearch(PlayerProfile profile, String input, SlimefunGuideMode mode, boolean addToHistory) voidSlimefunGuideImplementation.openSearch(PlayerProfile profile, String input, boolean addToHistory) Constructors in io.github.thebusybiscuit.slimefun4.core.guide with parameters of type PlayerProfileModifierConstructorDescriptionGuideHistory(PlayerProfile profile) This creates a newGuideHistoryfor the givenPlayerProfile - 
Uses of PlayerProfile in io.github.thebusybiscuit.slimefun4.implementation.guide
Methods in io.github.thebusybiscuit.slimefun4.implementation.guide with parameters of type PlayerProfileModifier and TypeMethodDescriptionvoidCheatSheetSlimefunGuide.createHeader(Player p, PlayerProfile profile, ChestMenu menu) voidSurvivalSlimefunGuide.createHeader(Player p, PlayerProfile profile, ChestMenu menu) voidSurvivalSlimefunGuide.displayItem(PlayerProfile profile, SlimefunItem item, boolean addToHistory) voidSurvivalSlimefunGuide.displayItem(PlayerProfile profile, ItemStack item, int index, boolean addToHistory) CheatSheetSlimefunGuide.getVisibleItemGroups(Player p, PlayerProfile profile) SurvivalSlimefunGuide.getVisibleItemGroups(Player p, PlayerProfile profile) voidSurvivalSlimefunGuide.openItemGroup(PlayerProfile profile, ItemGroup itemGroup, int page) voidSurvivalSlimefunGuide.openMainMenu(PlayerProfile profile, int page) voidSurvivalSlimefunGuide.openSearch(PlayerProfile profile, String input, boolean addToHistory)  - 
Uses of PlayerProfile in io.github.thebusybiscuit.slimefun4.implementation.tasks.armor
Methods in io.github.thebusybiscuit.slimefun4.implementation.tasks.armor with parameters of type PlayerProfileModifier and TypeMethodDescriptionprotected abstract voidAbstractArmorTask.onPlayerTick(Player p, PlayerProfile profile) Method to handle behavior for player's armor as a whole.protected voidRadiationTask.onPlayerTick(Player p, PlayerProfile profile) protected voidRainbowArmorTask.onPlayerTick(Player p, PlayerProfile profile) protected voidSlimefunArmorTask.onPlayerTick(Player p, PlayerProfile profile) protected voidSolarHelmetTask.onPlayerTick(Player p, PlayerProfile profile)  
Waypoint.getOwnerId()instead