Uses of Interface
org.bukkit.profile.PlayerProfile
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relevant to bans.
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.profile
Modifier and TypeInterfaceDescriptioninterface
Represents a players profile for the game, such as UUID, Name, and textures. -
Uses of PlayerProfile in org.bukkit
Modifier and TypeMethodDescriptionstatic @NotNull PlayerProfile
Bukkit.createPlayerProfile
(@NotNull String name) Deprecated.static @NotNull PlayerProfile
Bukkit.createPlayerProfile
(@NotNull UUID uniqueId) Deprecated.static @NotNull PlayerProfile
Bukkit.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.ban
Modifier and TypeMethodDescription<E extends BanEntry<? super PlayerProfile>>
EProfileBanList.addBan
(@NotNull PlayerProfile target, @Nullable String reason, Duration duration, @Nullable String source) Deprecated.<E extends BanEntry<? super PlayerProfile>>
EProfileBanList.addBan
(@NotNull PlayerProfile target, @Nullable String reason, Instant expires, @Nullable String source) Deprecated.<E extends BanEntry<? super PlayerProfile>>
EProfileBanList.addBan
(@NotNull PlayerProfile target, @Nullable String reason, @Nullable Date expires, @Nullable String source) <E extends BanEntry<? super PlayerProfile>>
EProfileBanList.getBanEntry
(@NotNull PlayerProfile target) Deprecated.boolean
ProfileBanList.isBanned
(@NotNull PlayerProfile target) Deprecated.void
ProfileBanList.pardon
(@NotNull PlayerProfile target) Deprecated. -
Uses of PlayerProfile in org.bukkit.block
Modifier and TypeMethodDescriptionvoid
Skull.setOwnerProfile
(@Nullable PlayerProfile profile) Deprecated. -
Uses of PlayerProfile in org.bukkit.inventory.meta
Modifier and TypeMethodDescriptionvoid
SkullMeta.setOwnerProfile
(@Nullable PlayerProfile profile) Deprecated. -
Uses of PlayerProfile in org.bukkit.profile
Modifier and TypeMethodDescription@NotNull CompletableFuture
<? extends PlayerProfile> PlayerProfile.update()
Deprecated.Produces an updated player profile based on this profile.
Bukkit.createProfile(String)