Uses of Interface
org.bukkit.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.The interfaces used when manipulating extra data can can be stored inside
item stacks
.Classes relevant to player profiles.
-
Uses of PlayerProfile in org.bukkit
Methods in org.bukkit that return PlayerProfileModifier and TypeMethodDescriptionstatic PlayerProfile
Bukkit.createPlayerProfile
(String name) Creates a newPlayerProfile
.static PlayerProfile
Bukkit.createPlayerProfile
(UUID uniqueId) Creates a newPlayerProfile
.static PlayerProfile
Bukkit.createPlayerProfile
(UUID uniqueId, String name) Creates a newPlayerProfile
.Server.createPlayerProfile
(String name) Creates a newPlayerProfile
.Server.createPlayerProfile
(UUID uniqueId) Creates a newPlayerProfile
.Server.createPlayerProfile
(UUID uniqueId, String name) Creates a newPlayerProfile
.OfflinePlayer.getPlayerProfile()
Gets a copy of the player's profile. -
Uses of PlayerProfile in org.bukkit.block
Methods in org.bukkit.block that return PlayerProfileModifier and TypeMethodDescriptionSkull.getOwnerProfile()
Gets the profile of the player who owns the skull.Methods in org.bukkit.block with parameters of type PlayerProfileModifier and TypeMethodDescriptionvoid
Skull.setOwnerProfile
(PlayerProfile profile) Sets the profile of the player who owns the skull. -
Uses of PlayerProfile in org.bukkit.inventory.meta
Methods in org.bukkit.inventory.meta that return PlayerProfileModifier and TypeMethodDescriptionSkullMeta.getOwnerProfile()
Gets the profile of the player who owns the skull.Methods in org.bukkit.inventory.meta with parameters of type PlayerProfileModifier and TypeMethodDescriptionvoid
SkullMeta.setOwnerProfile
(PlayerProfile profile) Sets the profile of the player who owns the skull. -
Uses of PlayerProfile in org.bukkit.profile
Methods in org.bukkit.profile that return PlayerProfileMethods in org.bukkit.profile that return types with arguments of type PlayerProfileModifier and TypeMethodDescriptionPlayerProfile.update()
Produces an updated player profile based on this profile.