Uses of Interface
com.destroystokyo.paper.profile.PlayerProfile
Packages that use PlayerProfile
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes used to manipulate the voxels in a 
world,
 including special states.Interfaces for non-voxel objects that can exist in a 
world, including all players, monsters, projectiles, etc.The interfaces used when manipulating extra data can can be stored inside
 
item stacks.- 
Uses of PlayerProfile in com.destroystokyo.paper.event.profileMethods in com.destroystokyo.paper.event.profile that return PlayerProfileModifier and TypeMethodDescriptionFillProfileEvent.getPlayerProfile()LookupProfileEvent.getPlayerProfile()PreFillProfileEvent.getPlayerProfile()ProfileWhitelistVerifyEvent.getPlayerProfile()Constructors in com.destroystokyo.paper.event.profile with parameters of type PlayerProfileModifierConstructorDescriptionFillProfileEvent(@NotNull PlayerProfile profile) LookupProfileEvent(@NotNull PlayerProfile profile) PreFillProfileEvent(@NotNull PlayerProfile profile) ProfileWhitelistVerifyEvent(@NotNull PlayerProfile profile, boolean whitelistEnabled, boolean whitelisted, boolean isOp, @Nullable String kickMessage) Deprecated.ProfileWhitelistVerifyEvent(@NotNull PlayerProfile profile, boolean whitelistEnabled, boolean whitelisted, boolean isOp, @Nullable Component kickMessage) 
- 
Uses of PlayerProfile in com.destroystokyo.paper.event.serverMethods in com.destroystokyo.paper.event.server that return types with arguments of type PlayerProfileModifier and TypeMethodDescriptionPaperServerListPingEvent.getPlayerSample()Returns a mutable list ofPlayerProfilethat will be displayed as online players on the client.
- 
Uses of PlayerProfile in com.destroystokyo.paper.profileMethods in com.destroystokyo.paper.profile that return types with arguments of type PlayerProfileModifier and TypeMethodDescriptionPlayerProfile.update()Produces an updated player profile based on this profile.
- 
Uses of PlayerProfile in org.bukkitMethods in org.bukkit that return PlayerProfileModifier and TypeMethodDescriptionstatic PlayerProfileBukkit.createProfile(@NotNull String name) Creates a PlayerProfile for the specified name, with UUID as null.static PlayerProfileBukkit.createProfile(@NotNull UUID uuid) Creates a PlayerProfile for the specified uuid, with name as null.static PlayerProfileBukkit.createProfile(@Nullable UUID uuid, @Nullable String name) Creates a PlayerProfile for the specified name/uuid Both UUID and Name can not be null at same time.Server.createProfile(@NotNull String name) Creates a PlayerProfile for the specified name, with UUID as null.Server.createProfile(@NotNull UUID uuid) Creates a PlayerProfile for the specified uuid, with name as null.Server.createProfile(@Nullable UUID uuid, @Nullable String name) Creates a PlayerProfile for the specified name/uuid Both UUID and Name can not be null at same time.static PlayerProfileBukkit.createProfileExact(@Nullable UUID uuid, @Nullable String name) Creates an exact PlayerProfile for the specified name/uuid Both UUID and Name can not be null at same time.Server.createProfileExact(@Nullable UUID uuid, @Nullable String name) Creates an exact PlayerProfile for the specified name/uuid Both UUID and Name can not be null at same time.OfflinePlayer.getPlayerProfile()Gets a copy of the player's profile.
- 
Uses of PlayerProfile in org.bukkit.blockMethods in org.bukkit.block that return PlayerProfileModifier and TypeMethodDescriptionSkull.getPlayerProfile()If the skull has an owner, perSkull.hasOwner(), return the ownersPlayerProfileMethods in org.bukkit.block with parameters of type PlayerProfileModifier and TypeMethodDescriptionvoidSkull.setPlayerProfile(PlayerProfile profile) Sets this skull to use the supplied Player Profile, which can include textures already prefilled.
- 
Uses of PlayerProfile in org.bukkit.entityMethods in org.bukkit.entity that return PlayerProfileMethods in org.bukkit.entity with parameters of type PlayerProfileModifier and TypeMethodDescriptionvoidPlayer.setPlayerProfile(PlayerProfile profile) Changes the PlayerProfile for this player.
- 
Uses of PlayerProfile in org.bukkit.event.playerMethods in org.bukkit.event.player that return PlayerProfileModifier and TypeMethodDescriptionAsyncPlayerPreLoginEvent.getPlayerProfile()Gets the PlayerProfile of the player logging inMethods in org.bukkit.event.player with parameters of type PlayerProfileModifier and TypeMethodDescriptionvoidAsyncPlayerPreLoginEvent.setPlayerProfile(@NotNull PlayerProfile profile) Constructors in org.bukkit.event.player with parameters of type PlayerProfileModifierConstructorDescriptionAsyncPlayerPreLoginEvent(@NotNull String name, @NotNull InetAddress ipAddress, @NotNull InetAddress rawAddress, @NotNull UUID uniqueId, @NotNull PlayerProfile profile) Deprecated.AsyncPlayerPreLoginEvent(@NotNull String name, @NotNull InetAddress ipAddress, @NotNull InetAddress rawAddress, @NotNull UUID uniqueId, @NotNull PlayerProfile profile, @NotNull String hostname) AsyncPlayerPreLoginEvent(@NotNull String name, @NotNull InetAddress ipAddress, @NotNull UUID uniqueId, @NotNull PlayerProfile profile) Deprecated.
- 
Uses of PlayerProfile in org.bukkit.inventory.metaMethods in org.bukkit.inventory.meta that return PlayerProfileModifier and TypeMethodDescriptionSkullMeta.getPlayerProfile()If the skull has an owner, perSkullMeta.hasOwner(), return the ownersPlayerProfileMethods in org.bukkit.inventory.meta with parameters of type PlayerProfileModifier and TypeMethodDescriptionvoidSkullMeta.setPlayerProfile(PlayerProfile profile) Sets this skull to use the supplied Player Profile, which can include textures already prefilled.