Uses of Interface
org.bukkit.profile.PlayerTextures
Packages that use PlayerTextures
Package
Description
Classes relevant to player profiles.
-
Uses of PlayerTextures in com.destroystokyo.paper.profile
Methods in com.destroystokyo.paper.profile that return PlayerTexturesModifier and TypeMethodDescriptionPlayerProfile.getTextures()
Gets thePlayerTextures
of this profile.Methods in com.destroystokyo.paper.profile with parameters of type PlayerTexturesModifier and TypeMethodDescriptionvoid
PlayerProfile.setTextures
(@Nullable PlayerTextures textures) Copies the given textures. -
Uses of PlayerTextures in org.bukkit.profile
Methods in org.bukkit.profile that return PlayerTexturesModifier and TypeMethodDescriptionPlayerProfile.getTextures()
Deprecated.Gets thePlayerTextures
of this profile.Methods in org.bukkit.profile with parameters of type PlayerTexturesModifier and TypeMethodDescriptionvoid
PlayerProfile.setTextures
(@Nullable PlayerTextures textures) Deprecated.Copies the given textures.