yarn/mappings/net/minecraft/client/gui/PlayerSkinDrawer.mapping

12 lines
859 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_7532 net/minecraft/client/gui/PlayerSkinDrawer
COMMENT Helper class for drawing a player's head on GUI.
2023-04-20 10:15:32 -04:00
METHOD method_44443 draw (Lnet/minecraft/class_332;Lnet/minecraft/class_2960;III)V
COMMENT Draws the player's head (including the hat) on GUI. The skin texture must be
COMMENT specified prior to calling by using {@link
COMMENT com.mojang.blaze3d.systems.RenderSystem#setShaderTexture(int, net.minecraft.util.Identifier)}.
2023-04-20 10:15:32 -04:00
METHOD method_44444 drawHat (Lnet/minecraft/class_332;Lnet/minecraft/class_2960;IIIZ)V
METHOD method_44445 draw (Lnet/minecraft/class_332;Lnet/minecraft/class_2960;IIIZZ)V
COMMENT Draws the player's head on GUI. The skin texture must be specified prior to
COMMENT calling by using {@link
COMMENT com.mojang.blaze3d.systems.RenderSystem#setShaderTexture(int, net.minecraft.util.Identifier)}.