Uses of Interface
com.destroystokyo.paper.profile.PlayerProfile
Packages that use PlayerProfile
Package
Description
This package contains events related to player connections, such as joining and leaving the server.
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.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()Deprecated, for removal: This API element is subject to removal in a future version.This event is only called after UUID lookups, properties set here will be ignored.PreFillProfileEvent.getPlayerProfile()ProfileWhitelistVerifyEvent.getPlayerProfile()Constructors in com.destroystokyo.paper.event.profile with parameters of type PlayerProfileModifierConstructorDescriptionFillProfileEvent(PlayerProfile profile) LookupProfileEvent(PlayerProfile profile) PreFillProfileEvent(PlayerProfile profile) ProfileWhitelistVerifyEvent(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()Deprecated, for removal: This API element is subject to removal in a future version.UsePaperServerListPingEvent.getListedPlayers(), as this does not contain real player profiles
- 
Uses of PlayerProfile in com.destroystokyo.paper.profileMethods in com.destroystokyo.paper.profile that return PlayerProfileMethods 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 io.papermc.paper.connectionMethods in io.papermc.paper.connection that return PlayerProfileModifier and TypeMethodDescriptionPlayerLoginConnection.getAuthenticatedProfile()Gets the authenticated profile for this connection.PlayerConfigurationConnection.getProfile()Gets the profile for this connection.PlayerLoginConnection.getUnsafeProfile()Gets the player profile that this connection is requesting to authenticate as.
- 
Uses of PlayerProfile in io.papermc.paper.datacomponent.itemMethods in io.papermc.paper.datacomponent.item that return types with arguments of type PlayerProfileModifier and TypeMethodDescriptionResolvableProfile.resolve()Produces an updated player profile based on thisResolvableProfile, mirroring client behavior.Methods in io.papermc.paper.datacomponent.item with parameters of type PlayerProfileModifier and TypeMethodDescriptionstatic ResolvableProfileResolvableProfile.resolvableProfile(PlayerProfile profile) 
- 
Uses of PlayerProfile in io.papermc.paper.event.playerMethods in io.papermc.paper.event.player that return PlayerProfileConstructors in io.papermc.paper.event.player with parameters of type PlayerProfileModifierConstructorDescriptionPlayerServerFullCheckEvent(PlayerProfile profile, Component kickMessage, boolean shouldKick) 
- 
Uses of PlayerProfile in io.papermc.paper.event.serverMethods in io.papermc.paper.event.server that return PlayerProfileModifier and TypeMethodDescriptionWhitelistStateUpdateEvent.getPlayerProfile()Gets the player profile whose whitelist status is being changedConstructors in io.papermc.paper.event.server with parameters of type PlayerProfileModifierConstructorDescriptionWhitelistStateUpdateEvent(PlayerProfile playerProfile, WhitelistStateUpdateEvent.WhitelistStatus status) 
- 
Uses of PlayerProfile in moe.caramel.daydream.brigadierMethods in moe.caramel.daydream.brigadier that return types with arguments of type PlayerProfileModifier and TypeMethodDescriptionstatic Collection<PlayerProfile> Resolvers.playerProfiles(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) 명령어 컨텍스트와 주어진 인수 이름으로부터 플레이어 프로필을 해석합니다.
- 
Uses of PlayerProfile in org.bukkitMethods in org.bukkit with type parameters of type PlayerProfileModifier and TypeMethodDescription<E extends BanEntry<? super PlayerProfile>>
 @Nullable EAdds this user to theProfileBanList.<E extends BanEntry<? super PlayerProfile>>
 @Nullable EAdds this user to theProfileBanList.<E extends BanEntry<? super PlayerProfile>>
 @Nullable EAdds this user to theProfileBanList.Methods 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.banMethods in org.bukkit.ban with type parameters of type PlayerProfileModifier 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.Methods in org.bukkit.ban that return types with arguments of type PlayerProfileModifier and TypeMethodDescriptionProfileBanList.addBan(@NotNull PlayerProfile target, @Nullable String reason, @Nullable Date expires, @Nullable String source) Methods in org.bukkit.ban with parameters of type PlayerProfile
- 
Uses of PlayerProfile in org.bukkit.blockMethods in org.bukkit.block that return PlayerProfileModifier and TypeMethodDescriptionSkull.getPlayerProfile()Deprecated.UseSkull.getProfile()instead.Methods in org.bukkit.block with parameters of type PlayerProfileModifier and TypeMethodDescriptionvoidSkull.setPlayerProfile(PlayerProfile profile) Deprecated.UseSkull.setProfile(ResolvableProfile)instead.
- 
Uses of PlayerProfile in org.bukkit.entityMethods in org.bukkit.entity with type parameters of type PlayerProfileModifier and TypeMethodDescription<E extends BanEntry<? super PlayerProfile>>
 @Nullable EPlayer.ban(@Nullable String reason, @Nullable Duration duration, @Nullable String source, boolean kickPlayer) Adds this user to theProfileBanList.<E extends BanEntry<? super PlayerProfile>>
 @Nullable EPlayer.ban(@Nullable String reason, @Nullable Instant expires, @Nullable String source, boolean kickPlayer) Adds this user to theProfileBanList.<E extends BanEntry<? super PlayerProfile>>
 @Nullable EPlayer.ban(@Nullable String reason, @Nullable Date expires, @Nullable String source, boolean kickPlayer) Adds this user to theProfileBanList.Methods 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(PlayerProfile profile) Changes the PlayerProfile the player will login asConstructors in org.bukkit.event.player with parameters of type PlayerProfileModifierConstructorDescriptionAsyncPlayerPreLoginEvent(@NotNull String name, @NotNull InetAddress ipAddress, @NotNull InetAddress rawAddress, @NotNull UUID uniqueId, boolean transferred, PlayerProfile profile) Deprecated, for removal: This API element is subject to removal in a future version.AsyncPlayerPreLoginEvent(@NotNull String name, @NotNull InetAddress ipAddress, @NotNull InetAddress rawAddress, @NotNull UUID uniqueId, boolean transferred, PlayerProfile profile, @NotNull String hostname, PlayerLoginConnection playerLoginConnection) AsyncPlayerPreLoginEvent(@NotNull String name, @NotNull InetAddress ipAddress, @NotNull UUID uniqueId, boolean transferred, PlayerProfile profile) Deprecated, for removal: This API element is subject to removal in a future version.
- 
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.