Uses of Interface
io.papermc.paper.datacomponent.item.ResolvableProfile.SkinPatchBuilder
Packages that use ResolvableProfile.SkinPatchBuilder
-
Uses of ResolvableProfile.SkinPatchBuilder in io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return ResolvableProfile.SkinPatchBuilderModifier and TypeMethodDescriptionSets the body texture key.Sets the cape texture key.Sets the elytra texture key.ResolvableProfile.SkinPatchBuilder.model
(@Nullable PlayerTextures.SkinModel model) Sets the skin model.ResolvableProfile.SkinPatch.skinPatch()
Creates a new builder for a skin patch.Method parameters in io.papermc.paper.datacomponent.item with type arguments of type ResolvableProfile.SkinPatchBuilderModifier and TypeMethodDescriptionResolvableProfile.Builder.skinPatch
(Consumer<ResolvableProfile.SkinPatchBuilder> configure) Configures the skin patch for this profile.