Quick entity fixes (#1200)

This commit is contained in:
Yanis48 2020-03-19 15:07:30 +01:00 committed by GitHub
parent ea26d32385
commit a36211bd7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 4 deletions

View File

@ -41,7 +41,7 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient
FIELD field_1728 renderTickCounter Lnet/minecraft/class_317;
FIELD field_1729 mouse Lnet/minecraft/class_312;
FIELD field_1730 chunkCullingEnabled Z
FIELD field_1731 entityRenderManager Lnet/minecraft/class_898;
FIELD field_1731 entityRenderDispatcher Lnet/minecraft/class_898;
FIELD field_1732 creativeHotbarStorage Lnet/minecraft/class_302;
FIELD field_1733 searchManager Lnet/minecraft/class_1124;
FIELD field_1734 paused Z

View File

@ -5,6 +5,8 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
FIELD field_18066 standingEyeHeight F
FIELD field_18276 velocity Lnet/minecraft/class_243;
FIELD field_19271 inLava Z
FIELD field_22467 pos Lnet/minecraft/class_243;
FIELD field_22468 blockPos Lnet/minecraft/class_2338;
FIELD field_5951 ridingCooldown I
FIELD field_5952 onGround Z
FIELD field_5953 firstUpdate Z
@ -212,7 +214,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
ARG 3 y
ARG 5 z
METHOD method_24204 streamPassengersRecursively ()Ljava/util/stream/Stream;
METHOD method_24515 getSenseCenterPos ()Lnet/minecraft/class_2338;
METHOD method_24515 getBlockPos ()Lnet/minecraft/class_2338;
METHOD method_24516 isInRange (Lnet/minecraft/class_1297;D)Z
ARG 1 other
ARG 2 radius

View File

@ -6,7 +6,7 @@ CLASS net/minecraft/class_1560 net/minecraft/entity/mob/EndermanEntity
FIELD field_7255 ANGRY Lnet/minecraft/class_2940;
FIELD field_7256 ATTACKING_SPEED_BOOST_UUID Ljava/util/UUID;
FIELD field_7257 CARRIED_BLOCK Lnet/minecraft/class_2940;
METHOD method_7024 teleport (DDD)Z
METHOD method_7024 teleportTo (DDD)Z
ARG 1 x
ARG 3 y
ARG 5 z

View File

@ -24,7 +24,7 @@ CLASS net/minecraft/class_1621 net/minecraft/entity/mob/SlimeEntity
ARG 1 size
ARG 2 heal
METHOD method_7162 getParticles ()Lnet/minecraft/class_2394;
METHOD method_7163 isBig ()Z
METHOD method_7163 canAttack ()Z
CLASS class_1622 FaceTowardTargetGoal
FIELD field_7392 ticksLeft I
FIELD field_7393 slime Lnet/minecraft/class_1621;

View File

@ -1,6 +1,7 @@
CLASS net/minecraft/class_1641 net/minecraft/entity/mob/ZombieVillagerEntity
FIELD field_17047 offerData Lnet/minecraft/class_2487;
FIELD field_18877 xp I
FIELD field_20299 gossipData Lnet/minecraft/class_2520;
FIELD field_7420 VILLAGER_DATA Lnet/minecraft/class_2940;
FIELD field_7421 converter Ljava/util/UUID;
FIELD field_7422 conversionTimer I
@ -9,6 +10,8 @@ CLASS net/minecraft/class_1641 net/minecraft/entity/mob/ZombieVillagerEntity
ARG 1 offerTag
METHOD method_19622 setXp (I)V
ARG 1 xp
METHOD method_21649 setGossipData (Lnet/minecraft/class_2520;)V
ARG 1 gossipTag
METHOD method_7194 getConversionRate ()I
METHOD method_7195 setVillagerData (Lnet/minecraft/class_3850;)V
ARG 1 data