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 pGameProfile, PlayerSkin pPlayerSkin, PlayerSkin.Patch pPatch) -
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> pBody, Optional<ClientAsset.ResourceTexture> pCape, Optional<ClientAsset.ResourceTexture> pElytra, Optional<PlayerModelType> pModel) 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> pPartialProfile, PlayerSkin.Patch pSkinPatch) Constructors in net.minecraft.world.item.component with parameters of type PlayerSkin.PatchModifierConstructorDescription(package private)Dynamic(com.mojang.datafixers.util.Either<String, UUID> pNameOrId, PlayerSkin.Patch pPatch) protectedResolvableProfile(com.mojang.authlib.GameProfile pPartialProfile, PlayerSkin.Patch pSkinPatch) (package private)Static(com.mojang.datafixers.util.Either<com.mojang.authlib.GameProfile, ResolvableProfile.Partial> pContents, PlayerSkin.Patch pPatch)