Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client Render Entity Model mappings #825

Closed
wants to merge 46 commits into from
Closed
Show file tree
Hide file tree
Changes from 44 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
9cf06ab
method_17790 -> isAttacking
YummyLoop Aug 19, 2019
4117732
field_3309 -> banner
YummyLoop Aug 19, 2019
42c6c02
field_3311 -> stickVertical
YummyLoop Aug 19, 2019
2d53a58
field_3310 -> stickHorizontal
YummyLoop Aug 19, 2019
f6b577f
method_2791 -> getStickVertical
YummyLoop Aug 19, 2019
5a86e9f
method_2792 -> getBanner
YummyLoop Aug 19, 2019
e5c8a26
method_2793 -> render
YummyLoop Aug 19, 2019
d8344db
field_3321 -> head
YummyLoop Aug 19, 2019
66203f9
field_3323 -> body
YummyLoop Aug 19, 2019
b7cfac8
field_3322 -> wingRight
YummyLoop Aug 19, 2019
18289d8
field_3320 -> wingLeft
YummyLoop Aug 19, 2019
6c89361
field_3319 -> wingRightTip
YummyLoop Aug 19, 2019
2ee962f
field_3324 -> wingLeftTip
YummyLoop Aug 19, 2019
a7b2e36
method_2795 ARG 1 -> visible
YummyLoop Aug 19, 2019
f91e3b2
field_3317 -> legs
YummyLoop Aug 19, 2019
e0da88d
field_3316 -> part1
YummyLoop Aug 19, 2019
94954e9
field_3318 -> part2
YummyLoop Aug 19, 2019
9b019bd
field_3329 -> head
YummyLoop Aug 19, 2019
5050130
field_3328 -> rods
YummyLoop Aug 19, 2019
b330859
field_3326 -> bottom
YummyLoop Aug 19, 2019
3f59c24
method_2836 ARG 7 -> scale
YummyLoop Aug 19, 2019
f5821fd
method_17072 ARG 6 -> scale
YummyLoop Aug 19, 2019
b60f47e
method_17073 ARG 6 -> scale
YummyLoop Aug 19, 2019
21fc134
class_582 METHOD init ARG 1 -> scale
YummyLoop Aug 19, 2019
a4bba1e
method_2799 -> render
YummyLoop Aug 19, 2019
cc948d7
method_2798 -> getLid
YummyLoop Aug 19, 2019
036c309
field_3340 -> beak
YummyLoop Aug 19, 2019
41157a8
field_3342 -> wattle
YummyLoop Aug 19, 2019
5b16409
field_3346 -> body
YummyLoop Aug 19, 2019
cf37239
field_3345 -> legLeft
YummyLoop Aug 19, 2019
9e177b4
field_3343 -> legRight
YummyLoop Aug 19, 2019
394c90e
field_3341 -> wingLeft
YummyLoop Aug 19, 2019
84aeb82
field_3347 -> wingRight
YummyLoop Aug 19, 2019
62ea7ab
field_3353 -> body
YummyLoop Aug 19, 2019
4162946
field_3354 -> head
YummyLoop Aug 19, 2019
8b2faed
field_3352 -> mouth
YummyLoop Aug 19, 2019
1abd1bd
field_3350 -> finTail
YummyLoop Aug 19, 2019
a88727b
field_3355 -> finTop
YummyLoop Aug 19, 2019
ca94760
field_3351 -> finLeft
YummyLoop Aug 19, 2019
d1aca82
field_3356 -> finRight
YummyLoop Aug 19, 2019
d3dc2b2
method_2800 -> getHead
YummyLoop Aug 19, 2019
728bec6
class_597 METHOD init ARG 1 -> ySize
YummyLoop Aug 19, 2019
b5c1f16
class_597 METHOD init ARG 2 -> scale
YummyLoop Aug 19, 2019
c63132b
Rename variable names in 'natural language order'
YummyLoop Aug 22, 2019
ba7ca63
Fix typo + missing rename from previous commit
YummyLoop Aug 22, 2019
ce2f242
Fix typo
YummyLoop Aug 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
CLASS net/minecraft/class_3968 net/minecraft/client/render/entity/model/AbstractZombieModel
METHOD method_17790 isAttacking (Lnet/minecraft/class_1588;)Z
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
CLASS net/minecraft/class_550 net/minecraft/client/render/entity/model/BannerBlockEntityModel
FIELD field_3309 banner Lnet/minecraft/class_630;
FIELD field_3310 horizontalStick Lnet/minecraft/class_630;
FIELD field_3311 verticalStick Lnet/minecraft/class_630;
METHOD method_2791 getStickVertical ()Lnet/minecraft/class_630;
METHOD method_2792 getBanner ()Lnet/minecraft/class_630;
METHOD method_2793 render ()V
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
CLASS net/minecraft/class_553 net/minecraft/client/render/entity/model/BatEntityModel
FIELD field_3319 rightWingTip Lnet/minecraft/class_630;
FIELD field_3320 leftWing Lnet/minecraft/class_630;
FIELD field_3321 head Lnet/minecraft/class_630;
FIELD field_3322 righWing Lnet/minecraft/class_630;
YummyLoop marked this conversation as resolved.
Show resolved Hide resolved
FIELD field_3323 body Lnet/minecraft/class_630;
FIELD field_3324 leftWingTip Lnet/minecraft/class_630;
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
CLASS net/minecraft/class_552 net/minecraft/client/render/entity/model/BedEntityModel
FIELD field_3316 part1 Lnet/minecraft/class_630;
FIELD field_3317 legs [Lnet/minecraft/class_630;
FIELD field_3318 part2 Lnet/minecraft/class_630;
METHOD method_2794 render ()V
METHOD method_2795 setVisible (Z)V
ARG 1 visible
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
CLASS net/minecraft/class_555 net/minecraft/client/render/entity/model/BlazeEntityModel
FIELD field_3328 rods [Lnet/minecraft/class_630;
FIELD field_3329 head Lnet/minecraft/class_630;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CLASS net/minecraft/class_554 net/minecraft/client/render/entity/model/BoatEntityModel
FIELD field_3325 paddles [Lnet/minecraft/class_630;
FIELD field_3326 bottom Lnet/minecraft/class_630;
FIELD field_3327 body [Lnet/minecraft/class_630;
METHOD method_2796 makePaddle (Z)Lnet/minecraft/class_630;
ARG 1 isLeft
Expand All @@ -11,3 +12,4 @@ CLASS net/minecraft/class_554 net/minecraft/client/render/entity/model/BoatEntit
METHOD method_2836 renderPass (Lnet/minecraft/class_1297;FFFFFF)V
ARG 1 entity
ARG 2 tickDelta
ARG 7 scale
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ CLASS net/minecraft/class_557 net/minecraft/client/render/entity/model/BookModel
ARG 2 leftPageAngle
ARG 3 rightPageAngle
ARG 4 pageTurningSpeed
ARG 6 scale
METHOD method_17073 setPageAngles (FFFFFF)V
ARG 1 ticks
ARG 2 leftPageAngle
ARG 3 rightPageAngle
ARG 4 pageTurningSpeed
ARG 6 scale
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ CLASS net/minecraft/class_556 net/minecraft/client/render/entity/model/ChestEnti
FIELD field_3330 lid Lnet/minecraft/class_630;
FIELD field_3331 hatch Lnet/minecraft/class_630;
FIELD field_3332 base Lnet/minecraft/class_630;
METHOD method_2798 getLid ()Lnet/minecraft/class_630;
METHOD method_2799 render ()V
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
CLASS net/minecraft/class_558 net/minecraft/client/render/entity/model/ChickenEntityModel
FIELD field_3340 beak Lnet/minecraft/class_630;
FIELD field_3341 leftWing Lnet/minecraft/class_630;
FIELD field_3342 wattle Lnet/minecraft/class_630;
FIELD field_3343 RightLeg Lnet/minecraft/class_630;
YummyLoop marked this conversation as resolved.
Show resolved Hide resolved
FIELD field_3344 head Lnet/minecraft/class_630;
FIELD field_3345 leftLeg Lnet/minecraft/class_630;
FIELD field_3346 body Lnet/minecraft/class_630;
FIELD field_3347 rightWing Lnet/minecraft/class_630;
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
CLASS net/minecraft/class_561 net/minecraft/client/render/entity/model/CodEntityModel
FIELD field_3350 tailFin Lnet/minecraft/class_630;
FIELD field_3351 leftFint Lnet/minecraft/class_630;
FIELD field_3352 mouth Lnet/minecraft/class_630;
FIELD field_3353 body Lnet/minecraft/class_630;
FIELD field_3354 head Lnet/minecraft/class_630;
FIELD field_3355 topFin Lnet/minecraft/class_630;
FIELD field_3356 rightFin Lnet/minecraft/class_630;
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
CLASS net/minecraft/class_560 net/minecraft/client/render/entity/model/CowEntityModel
METHOD method_2800 getHead ()Lnet/minecraft/class_630;
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ CLASS net/minecraft/class_582 net/minecraft/client/render/entity/model/OcelotEnt
FIELD field_3440 backLegLeft Lnet/minecraft/class_630;
FIELD field_3441 frontLegRight Lnet/minecraft/class_630;
FIELD field_3442 tail2 Lnet/minecraft/class_630;
METHOD <init> (F)V
ARG 1 scale
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ CLASS net/minecraft/class_597 net/minecraft/client/render/entity/model/Quadruped
FIELD field_3536 leg1 Lnet/minecraft/class_630;
FIELD field_3538 body Lnet/minecraft/class_630;
FIELD field_3539 leg4 Lnet/minecraft/class_630;
METHOD <init> (IF)V
ARG 1 ySize
ARG 2 scale