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 com.destroystokyo.paper.profileSubinterfaces of PlayerProfile in com.destroystokyo.paper.profileModifier and TypeInterfaceDescriptioninterfaceRepresents a players profile for the game, such as UUID, Name, and textures.
- 
Uses of PlayerProfile in org.bukkitMethods in org.bukkit that return PlayerProfileModifier and TypeMethodDescriptionstatic @NotNull PlayerProfileBukkit.createPlayerProfile(@NotNull String name) Deprecated.static @NotNull PlayerProfileBukkit.createPlayerProfile(@NotNull UUID uniqueId) Deprecated.static @NotNull PlayerProfileBukkit.createPlayerProfile(@Nullable UUID uniqueId, @Nullable String name) Deprecated.Server.createPlayerProfile(@NotNull String name) Deprecated.Server.createPlayerProfile(@NotNull UUID uniqueId) Deprecated.Server.createPlayerProfile(@Nullable UUID uniqueId, @Nullable String name) Deprecated.
- 
Uses of PlayerProfile in org.bukkit.blockMethods in org.bukkit.block that return PlayerProfileMethods in org.bukkit.block with parameters of type PlayerProfileModifier and TypeMethodDescriptionvoidSkull.setOwnerProfile(@Nullable PlayerProfile profile) Deprecated.
- 
Uses of PlayerProfile in org.bukkit.inventory.metaMethods in org.bukkit.inventory.meta that return PlayerProfileMethods in org.bukkit.inventory.meta with parameters of type PlayerProfileModifier and TypeMethodDescriptionvoidSkullMeta.setOwnerProfile(@Nullable PlayerProfile profile) Deprecated.
- 
Uses of PlayerProfile in org.bukkit.profileMethods in org.bukkit.profile that return PlayerProfileMethods in org.bukkit.profile that return types with arguments of type PlayerProfileModifier and TypeMethodDescription@NotNull CompletableFuture<? extends PlayerProfile>PlayerProfile.update()Deprecated.Produces an updated player profile based on this profile.
Bukkit.createProfile(String)