Class PlayerSkinRenderCache.RenderInfo

java.lang.Object
net.minecraft.client.renderer.PlayerSkinRenderCache.RenderInfo
Enclosing class:
PlayerSkinRenderCache

public final class PlayerSkinRenderCache.RenderInfo extends Object
  • Field Details

    • gameProfile

      private final com.mojang.authlib.GameProfile gameProfile
    • playerSkin

      private final PlayerSkin playerSkin
    • itemRenderType

      @Nullable private RenderType itemRenderType
    • textureView

      @Nullable private GpuTextureView textureView
    • glyphRenderTypes

      @Nullable private GlyphRenderTypes glyphRenderTypes
  • Constructor Details

  • Method Details

    • gameProfile

      public com.mojang.authlib.GameProfile gameProfile()
    • playerSkin

      public PlayerSkin playerSkin()
    • renderType

      public RenderType renderType()
    • textureView

      public GpuTextureView textureView()
    • glyphRenderTypes

      public GlyphRenderTypes glyphRenderTypes()
    • equals

      public boolean equals(Object pOther)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object