Package net.minecraft.client.renderer
Class PlayerSkinRenderCache.RenderInfo
java.lang.Object
net.minecraft.client.renderer.PlayerSkinRenderCache.RenderInfo
- Enclosing class:
PlayerSkinRenderCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.authlib.GameProfileprivate GlyphRenderTypesprivate RenderTypeprivate final PlayerSkinprivate GpuTextureView -
Constructor Summary
ConstructorsConstructorDescriptionRenderInfo(com.mojang.authlib.GameProfile pGameProfile, PlayerSkin pPlayerSkin, PlayerSkin.Patch pPatch) -
Method Summary
-
Field Details
-
gameProfile
private final com.mojang.authlib.GameProfile gameProfile -
playerSkin
-
itemRenderType
-
textureView
-
glyphRenderTypes
-
-
Constructor Details
-
RenderInfo
public RenderInfo(com.mojang.authlib.GameProfile pGameProfile, PlayerSkin pPlayerSkin, PlayerSkin.Patch pPatch)
-
-
Method Details