Class PlayerFaceRenderer
java.lang.Object
net.minecraft.client.gui.components.PlayerFaceRenderer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
draw
(GuiGraphics p_298949_, PlayerSkin p_298692_, int p_299931_, int p_299437_, int p_301021_) static void
draw
(GuiGraphics p_281827_, ResourceLocation p_281637_, int p_282126_, int p_281693_, int p_281565_) static void
draw
(GuiGraphics p_283244_, ResourceLocation p_281495_, int p_282035_, int p_282441_, int p_281801_, boolean p_283149_, boolean p_283555_) private static void
drawHat
(GuiGraphics p_282228_, ResourceLocation p_282835_, int p_282585_, int p_282234_, int p_282576_, boolean p_281523_)
-
Field Details
-
SKIN_HEAD_U
public static final int SKIN_HEAD_U- See Also:
-
SKIN_HEAD_V
public static final int SKIN_HEAD_V- See Also:
-
SKIN_HEAD_WIDTH
public static final int SKIN_HEAD_WIDTH- See Also:
-
SKIN_HEAD_HEIGHT
public static final int SKIN_HEAD_HEIGHT- See Also:
-
SKIN_HAT_U
public static final int SKIN_HAT_U- See Also:
-
SKIN_HAT_V
public static final int SKIN_HAT_V- See Also:
-
SKIN_HAT_WIDTH
public static final int SKIN_HAT_WIDTH- See Also:
-
SKIN_HAT_HEIGHT
public static final int SKIN_HAT_HEIGHT- See Also:
-
SKIN_TEX_WIDTH
public static final int SKIN_TEX_WIDTH- See Also:
-
SKIN_TEX_HEIGHT
public static final int SKIN_TEX_HEIGHT- See Also:
-
-
Constructor Details
-
PlayerFaceRenderer
public PlayerFaceRenderer()
-
-
Method Details
-
draw
public static void draw(GuiGraphics p_298949_, PlayerSkin p_298692_, int p_299931_, int p_299437_, int p_301021_) -
draw
public static void draw(GuiGraphics p_281827_, ResourceLocation p_281637_, int p_282126_, int p_281693_, int p_281565_) -
draw
public static void draw(GuiGraphics p_283244_, ResourceLocation p_281495_, int p_282035_, int p_282441_, int p_281801_, boolean p_283149_, boolean p_283555_) -
drawHat
private static void drawHat(GuiGraphics p_282228_, ResourceLocation p_282835_, int p_282585_, int p_282234_, int p_282576_, boolean p_281523_)
-