Class ResolvableProfile

java.lang.Object
net.minecraft.world.item.component.ResolvableProfile
All Implemented Interfaces:
TooltipProvider
Direct Known Subclasses:
ResolvableProfile.Dynamic, ResolvableProfile.Static

public abstract sealed class ResolvableProfile extends Object implements TooltipProvider permits ResolvableProfile.Static, ResolvableProfile.Dynamic
  • Field Details

    • FULL_CODEC

      private static final com.mojang.serialization.Codec<ResolvableProfile> FULL_CODEC
    • CODEC

      public static final com.mojang.serialization.Codec<ResolvableProfile> CODEC
    • STREAM_CODEC

      public static final StreamCodec<io.netty.buffer.ByteBuf,ResolvableProfile> STREAM_CODEC
    • partialProfile

      protected final com.mojang.authlib.GameProfile partialProfile
    • skinPatch

      protected final PlayerSkin.Patch skinPatch
  • Constructor Details

    • ResolvableProfile

      protected ResolvableProfile(com.mojang.authlib.GameProfile pPartialProfile, PlayerSkin.Patch pSkinPatch)
  • Method Details