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

41 lines
1.7 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_560 net/minecraft/client/render/entity/model/CowEntityModel
COMMENT Represents the model of a cow-like entity.
COMMENT This model is not tied to a specific 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 EntityModelPartNames#HEAD}</td><td>Root part</td><td>{@link #head}</td>
COMMENT </tr>
COMMENT <tr>
COMMENT <td>{@value EntityModelPartNames#RIGHT_HORN}</td><td>{@value EntityModelPartNames#HEAD}</td><td></td>
COMMENT </tr>
COMMENT <tr>
COMMENT <td>{@value EntityModelPartNames#LEFT_HORN}</td><td>{@value EntityModelPartNames#HEAD}</td><td></td>
COMMENT </tr>
COMMENT <tr>
COMMENT <td>{@value EntityModelPartNames#BODY}</td><td>Root part</td><td>{@link #body}</td>
COMMENT </tr>
COMMENT <tr>
COMMENT <td>{@value EntityModelPartNames#RIGHT_HIND_LEG}</td><td>Root part</td><td>{@link #rightHindLeg}</td>
COMMENT </tr>
COMMENT <tr>
COMMENT <td>{@value EntityModelPartNames#LEFT_HIND_LEG}</td><td>Root part</td><td>{@link #leftHindLeg}</td>
COMMENT </tr>
COMMENT <tr>
COMMENT <td>{@value EntityModelPartNames#RIGHT_FRONT_LEG}</td><td>Root part</td><td>{@link #rightFrontLeg}</td>
COMMENT </tr>
COMMENT <tr>
COMMENT <td>{@value EntityModelPartNames#LEFT_FRONT_LEG}</td><td>Root part</td><td>{@link #leftFrontLeg}</td>
COMMENT </tr>
COMMENT </table>
COMMENT </div>
METHOD <init> (Lnet/minecraft/class_630;)V
ARG 1 root
Merged #825 Squashed commit of the following: commit ce2f24233b4d6475c4d82f9c0dfc21c517cda6d7 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Wed Aug 28 20:43:17 2019 +0100 Fix typo commit ba7ca63d44482548d4b16680129e93626b1769c9 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Fri Aug 23 00:42:05 2019 +0100 Fix typo + missing rename from previous commit commit c63132b3b88c2d9d95b23fae485b061d82b69c44 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Fri Aug 23 00:37:33 2019 +0100 Rename variable names in 'natural language order' commit b5c1f164f8cc7e57506cbe91693448b84ef2b965 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:33:09 2019 +0100 class_597 METHOD init ARG 2 -> scale commit 728bec6b41feca387bef27b60a87719897e77abe Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:31:06 2019 +0100 class_597 METHOD init ARG 1 -> ySize commit d3dc2b2ee3eaa448394984d78ccc600876432f43 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:26:33 2019 +0100 method_2800 -> getHead commit d1aca827767bebb57fb5ed7b4ff656b8ac3eedbf Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:25:30 2019 +0100 field_3356 -> finRight commit ca9476050ebf86c8f5c58fb3137219a35b4f71f5 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:25:09 2019 +0100 field_3351 -> finLeft commit a88727b5ab139a4b13811d6a4325be525ab44c9c Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:21:28 2019 +0100 field_3355 -> finTop commit 1abd1bd4bc2cb5bcbdd5435ba46a28df052bdf75 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:19:49 2019 +0100 field_3350 -> finTail commit 8b2faed2cfd5b51eb20bff894ce40e3eed87746c Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:13:05 2019 +0100 field_3352 -> mouth commit 4162946189ea75614403c0fc594ebed4ec93ae6b Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:09:36 2019 +0100 field_3354 -> head commit 62ea7ab62fba7bb35edd560595498aafc1c920d6 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:08:36 2019 +0100 field_3353 -> body commit 84aeb8284ba3b4a8c55241b657ab9315d52800b0 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:04:36 2019 +0100 field_3347 -> wingRight commit 394c90e230b2b33d36f3aba39221f909e2578b42 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:04:03 2019 +0100 field_3341 -> wingLeft commit 9e177b49a6cb8675bb6cf73f66f5d7e73c082847 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:01:56 2019 +0100 field_3343 -> legRight commit cf37239d250cb9d23f93cc691249ce0146a8b960 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 05:01:22 2019 +0100 field_3345 -> legLeft commit 5b1640962329b480f04cddba443fb322d1c86610 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 04:58:24 2019 +0100 field_3346 -> body commit 41157a8d86e2cb6883831a15fa3694e79a67b64f Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 04:55:20 2019 +0100 field_3342 -> wattle commit 036c309d3b0c9d5e2dee9ef2f90bfa6c3997d5e8 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 04:52:43 2019 +0100 field_3340 -> beak commit cc948d7ca9dbc49e558e387b12ac64ac80edaca2 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 04:48:21 2019 +0100 method_2798 -> getLid commit a4bba1e1f06d912a6418af82eea77c08c63419a6 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 04:47:17 2019 +0100 method_2799 -> render commit 21fc1342cf8e9237b92237dca6aad01251a05aaf Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 04:45:52 2019 +0100 class_582 METHOD init ARG 1 -> scale commit b60f47e4f1ce5451d52b7b6375438246f0a7be1f Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 04:35:08 2019 +0100 method_17073 ARG 6 -> scale commit f5821fd949d5bb6c237b965e4e1ae61dabe2b7af Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 04:33:51 2019 +0100 method_17072 ARG 6 -> scale commit 3f59c2482dc9d7dc2cc37be2ae43079a605f3987 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 04:27:34 2019 +0100 method_2836 ARG 7 -> scale commit b3308599e81797a0c954f479beb5c5c213e0c4b7 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 04:24:01 2019 +0100 field_3326 -> bottom commit 50501302e952cfc14f8e6286ae4eb07d4348c21b Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 04:03:07 2019 +0100 field_3328 -> rods commit 9b019bd627424b0d898eae0853e8fac0f3976052 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 04:00:18 2019 +0100 field_3329 -> head commit 94954e9dc59ddd5c263707318988e30bcaa04aa3 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:58:14 2019 +0100 field_3318 -> part2 commit e0da88d86a4214bbe6cc0058d6fdbb230e6d5ea2 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:57:41 2019 +0100 field_3316 -> part1 commit f91e3b2473bed6aae9234031db9339d950e70f17 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:52:49 2019 +0100 field_3317 -> legs commit a7b2e36c57b1b5ff9c9487e312c9eb12d344735c Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:52:12 2019 +0100 method_2795 ARG 1 -> visible commit 2ee962f9d95615323591eabbad026eafcc5c8c11 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:48:12 2019 +0100 field_3324 -> wingLeftTip commit 6c89361dea5532b3c9e38c95ab9b6958aceaf12e Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:47:38 2019 +0100 field_3319 -> wingRightTip commit 18289d89b98b505097a514a0158814a47709a13d Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:45:57 2019 +0100 field_3320 -> wingLeft commit b7cfac8702778a572c59db9009d40439a2f062b2 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:43:41 2019 +0100 field_3322 -> wingRight commit 66203f9137adb86cca257e4dbc7bbaed27051d52 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:39:49 2019 +0100 field_3323 -> body commit d8344db158d5af5432f7e5511d96cb5bcb9049ab Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:39:19 2019 +0100 field_3321 -> head commit e5c8a2617054c60518f68f6186cff3874013659f Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:17:37 2019 +0100 method_2793 -> render commit 5a86e9f41a45fd04113987259e3cc66307c60e50 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:15:37 2019 +0100 method_2792 -> getBanner commit f6b577fe9b7606e1e04a7d1b5522d2d0325b3472 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:14:42 2019 +0100 method_2791 -> getStickVertical commit 2d53a588f399f3c66a476426a50197efc0e06617 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:13:21 2019 +0100 field_3310 -> stickHorizontal commit 42c6c02edbc7a45398f2aa05400772fa172ac067 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:11:47 2019 +0100 field_3311 -> stickVertical commit 4117732d3365de0355c74b74f6ba7d497e2755f3 Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 03:10:13 2019 +0100 field_3309 -> banner commit 9cf06abcbb6cb1398e7836e47698de374754783e Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com> Date: Mon Aug 19 02:59:03 2019 +0100 method_17790 -> isAttacking
2019-09-12 09:36:00 -04:00
METHOD method_2800 getHead ()Lnet/minecraft/class_630;
METHOD method_31990 getTexturedModelData ()Lnet/minecraft/class_5607;