Uses of Record Class
net.minecraft.world.entity.player.PlayerSkin.Patch
Packages that use PlayerSkin.Patch
Package
Description
-
Uses of PlayerSkin.Patch in net.minecraft.client.renderer
Constructors in net.minecraft.client.renderer with parameters of type PlayerSkin.PatchModifierConstructorDescriptionRenderInfo(com.mojang.authlib.GameProfile gameProfile, PlayerSkin playerSkin, PlayerSkin.Patch patch) -
Uses of PlayerSkin.Patch in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player declared as PlayerSkin.PatchFields in net.minecraft.world.entity.player with type parameters of type PlayerSkin.PatchModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<PlayerSkin.Patch> PlayerSkin.Patch.MAP_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, PlayerSkin.Patch> PlayerSkin.Patch.STREAM_CODECMethods in net.minecraft.world.entity.player that return PlayerSkin.PatchModifier and TypeMethodDescriptionstatic PlayerSkin.PatchPlayerSkin.Patch.create(Optional<ClientAsset.ResourceTexture> texture, Optional<ClientAsset.ResourceTexture> capeTexture, Optional<ClientAsset.ResourceTexture> elytraTexture, Optional<PlayerModelType> model) Methods in net.minecraft.world.entity.player with parameters of type PlayerSkin.Patch -
Uses of PlayerSkin.Patch in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component declared as PlayerSkin.PatchMethods in net.minecraft.world.item.component that return PlayerSkin.PatchMethods in net.minecraft.world.item.component with parameters of type PlayerSkin.PatchModifier and TypeMethodDescriptionprivate static ResolvableProfileResolvableProfile.create(com.mojang.datafixers.util.Either<com.mojang.authlib.GameProfile, ResolvableProfile.Partial> value, PlayerSkin.Patch patch) Constructors in net.minecraft.world.item.component with parameters of type PlayerSkin.PatchModifierConstructorDescriptionprivateDynamic(com.mojang.datafixers.util.Either<String, UUID> nameOrId, PlayerSkin.Patch skinPatch) protectedResolvableProfile(com.mojang.authlib.GameProfile partialProfile, PlayerSkin.Patch skinPatch) privateStatic(com.mojang.datafixers.util.Either<com.mojang.authlib.GameProfile, ResolvableProfile.Partial> contents, PlayerSkin.Patch skinPatch)