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

21 lines
802 B
Plaintext

CLASS net/minecraft/class_581 net/minecraft/client/render/entity/model/LlamaSpitEntityModel
COMMENT Represents the model of llama-spit-like entity.
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 #MAIN}</td><td>{@linkplain #root Root part}</td><td></td>
COMMENT </tr>
COMMENT </table>
COMMENT </div>
FIELD field_27451 root Lnet/minecraft/class_630;
FIELD field_32510 MAIN Ljava/lang/String;
COMMENT The key of the main model part, whose value is {@value}.
METHOD <init> (Lnet/minecraft/class_630;)V
ARG 1 root
METHOD method_32019 getTexturedModelData ()Lnet/minecraft/class_5607;