yarn/mappings/net/minecraft/client/render/entity/model/DragonHeadEntityModel.mapping

23 lines
894 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_626 net/minecraft/client/render/entity/model/DragonHeadEntityModel
COMMENT Represents the model of the dragon head.
COMMENT
COMMENT <div class="fabric">
COMMENT <table border=1>
COMMENT <caption>Model parts of this model</caption>
COMMENT <tr>
COMMENT <th>Part Name</th><th>Parent</th><th>Corresponding Field</th>
COMMENT </tr>
COMMENT <tr>
COMMENT <td>{@value EntityModelPartNames#HEAD}</td><td>Root part</td><td>{@link #head}</td>
COMMENT </tr>
COMMENT <tr>
COMMENT <td>{@value EntityModelPartNames#JAW}</td><td>{@value EntityModelPartNames#HEAD}</td><td>{@link #jaw}</td>
COMMENT </tr>
COMMENT </table>
COMMENT </div>
2019-06-28 17:55:20 -04:00
FIELD field_3638 head Lnet/minecraft/class_630;
FIELD field_3639 jaw Lnet/minecraft/class_630;
METHOD <init> (Lnet/minecraft/class_630;)V
ARG 1 root
METHOD method_32071 getTexturedModelData ()Lnet/minecraft/class_5607;