Uses of Enum Class
org.bukkit.profile.PlayerTextures.SkinModel
Packages that use PlayerTextures.SkinModel
Package
Description
Classes relevant to player profiles.
-
Uses of PlayerTextures.SkinModel in io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return PlayerTextures.SkinModelMethods in io.papermc.paper.datacomponent.item with parameters of type PlayerTextures.SkinModelModifier and TypeMethodDescriptionResolvableProfile.SkinPatchBuilder.model
(@Nullable PlayerTextures.SkinModel model) Sets the skin model. -
Uses of PlayerTextures.SkinModel in org.bukkit.profile
Methods in org.bukkit.profile that return PlayerTextures.SkinModelModifier and TypeMethodDescription@NotNull PlayerTextures.SkinModel
PlayerTextures.getSkinModel()
Gets the model of the player's skin.static PlayerTextures.SkinModel
Returns the enum constant of this class with the specified name.static PlayerTextures.SkinModel[]
PlayerTextures.SkinModel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.profile with parameters of type PlayerTextures.SkinModelModifier and TypeMethodDescriptionvoid
PlayerTextures.setSkin
(@Nullable URL skinUrl, @Nullable PlayerTextures.SkinModel skinModel) Sets the player's skin andPlayerTextures.SkinModel
.