Entity model things (#1759)

* Entity model things

* Update TurtleEntityModel.mapping
This commit is contained in:
YanisBft 2020-10-02 00:33:31 +02:00 committed by GitHub
parent 42955da7a4
commit fa6bfa04c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 32 additions and 2 deletions

View File

@ -9,3 +9,4 @@ CLASS net/minecraft/class_4041 net/minecraft/client/render/entity/model/FoxEntit
FIELD field_18022 rightFrontLeg Lnet/minecraft/class_630;
FIELD field_18023 leftFrontLeg Lnet/minecraft/class_630;
FIELD field_18024 tail Lnet/minecraft/class_630;
FIELD field_18025 legPitchModifier F

View File

@ -1,2 +1,3 @@
CLASS net/minecraft/class_567 net/minecraft/client/render/entity/model/GhastEntityModel
FIELD field_20929 parts Lcom/google/common/collect/ImmutableList;
FIELD field_3372 tentacles [Lnet/minecraft/class_630;

View File

@ -12,3 +12,6 @@ CLASS net/minecraft/class_575 net/minecraft/client/render/entity/model/IllagerEn
ARG 2 pivotY
ARG 3 textureWidth
ARG 4 textureHeight
METHOD method_2812 getHat ()Lnet/minecraft/class_630;
METHOD method_2813 getAttackingArm (Lnet/minecraft/class_1306;)Lnet/minecraft/class_630;
ARG 1 arm

View File

@ -1,3 +1,4 @@
CLASS net/minecraft/class_615 net/minecraft/client/render/entity/model/LargeTropicalFishEntityModel
FIELD field_3597 body Lnet/minecraft/class_630;
METHOD <init> (F)V
ARG 1 scale

View File

@ -1 +1,2 @@
CLASS net/minecraft/class_580 net/minecraft/client/render/entity/model/MinecartEntityModel
FIELD field_3432 parts [Lnet/minecraft/class_630;

View File

@ -11,3 +11,8 @@ CLASS net/minecraft/class_596 net/minecraft/client/render/entity/model/RabbitEnt
FIELD field_3529 head Lnet/minecraft/class_630;
FIELD field_3530 nose Lnet/minecraft/class_630;
FIELD field_3532 rightFoot Lnet/minecraft/class_630;
METHOD method_2827 setAngle (Lnet/minecraft/class_630;FFF)V
ARG 1 modelPart
ARG 2 pitch
ARG 3 yaw
ARG 4 roll

View File

@ -1,7 +1,9 @@
CLASS net/minecraft/class_571 net/minecraft/client/render/entity/model/RavagerEntityModel
FIELD field_3382 leftFrontLeg Lnet/minecraft/class_630;
FIELD field_3383 leftBackLeg Lnet/minecraft/class_630;
FIELD field_3384 neck Lnet/minecraft/class_630;
FIELD field_3385 rightBackLeg Lnet/minecraft/class_630;
FIELD field_3386 head Lnet/minecraft/class_630;
FIELD field_3387 torso Lnet/minecraft/class_630;
FIELD field_3388 jaw Lnet/minecraft/class_630;
FIELD field_3389 rightFrontLeg Lnet/minecraft/class_630;

View File

@ -1 +1,2 @@
CLASS net/minecraft/class_601 net/minecraft/client/render/entity/model/SheepEntityModel
FIELD field_3552 headPitchModifier F

View File

@ -1 +1,5 @@
CLASS net/minecraft/class_600 net/minecraft/client/render/entity/model/ShieldEntityModel
FIELD field_3550 plate Lnet/minecraft/class_630;
FIELD field_3551 handle Lnet/minecraft/class_630;
METHOD method_23774 getPlate ()Lnet/minecraft/class_630;
METHOD method_23775 getHandle ()Lnet/minecraft/class_630;

View File

@ -1,2 +1,7 @@
CLASS net/minecraft/class_604 net/minecraft/client/render/entity/model/SilverfishEntityModel
FIELD field_20941 parts Lcom/google/common/collect/ImmutableList;
FIELD field_3557 scales [Lnet/minecraft/class_630;
FIELD field_3558 segmentLocations [[I
FIELD field_3559 segmentSizes [[I
FIELD field_3560 body [Lnet/minecraft/class_630;
FIELD field_3561 scaleSizes [F

View File

@ -1,3 +1,4 @@
CLASS net/minecraft/class_612 net/minecraft/client/render/entity/model/SmallTropicalFishEntityModel
FIELD field_3589 body Lnet/minecraft/class_630;
METHOD <init> (F)V
ARG 1 scale

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_608 net/minecraft/client/render/entity/model/SnowmanEntityModel
CLASS net/minecraft/class_608 net/minecraft/client/render/entity/model/SnowGolemEntityModel
FIELD field_3565 rightArm Lnet/minecraft/class_630;
FIELD field_3566 leftArm Lnet/minecraft/class_630;
FIELD field_3567 middleSnowball Lnet/minecraft/class_630;

View File

@ -1,3 +1,4 @@
CLASS net/minecraft/class_610 net/minecraft/client/render/entity/model/SquidEntityModel
FIELD field_20942 parts Lcom/google/common/collect/ImmutableList;
FIELD field_3574 tentacles [Lnet/minecraft/class_630;
FIELD field_3575 head Lnet/minecraft/class_630;

View File

@ -1,2 +1,3 @@
CLASS net/minecraft/class_613 net/minecraft/client/render/entity/model/TridentEntityModel
FIELD field_3592 TEXTURE Lnet/minecraft/class_2960;
FIELD field_3593 trident Lnet/minecraft/class_630;

View File

@ -1,4 +1,5 @@
CLASS net/minecraft/class_614 net/minecraft/client/render/entity/model/TurtleEntityModel
FIELD field_3594 tail Lnet/minecraft/class_630;
FIELD field_3594 plastron Lnet/minecraft/class_630;
COMMENT The belly side of the turtle's shell.
METHOD <init> (F)V
ARG 1 scale

View File

@ -1,4 +1,6 @@
CLASS net/minecraft/class_621 net/minecraft/client/render/entity/model/WitherEntityModel
FIELD field_20943 parts Lcom/google/common/collect/ImmutableList;
FIELD field_3612 heads [Lnet/minecraft/class_630;
FIELD field_3613 bodySegments [Lnet/minecraft/class_630;
METHOD <init> (F)V
ARG 1 scale