Misc Strider mappings (#1273)

* Misc strider mappings

* Fix conflic (Mountable was already mapped as "Saddle-able")
This commit is contained in:
­Sollace 2020-04-16 03:47:24 +02:00 committed by GitHub
parent 863b0e905c
commit 67a8a36b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 0 deletions

View File

@ -5,8 +5,10 @@ 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_22417 POSE_HEIGHTS Lcom/google/common/collect/ImmutableMap;
FIELD field_22467 pos Lnet/minecraft/class_243;
FIELD field_22468 blockPos Lnet/minecraft/class_2338;
FIELD field_23807 inanimate Z
FIELD field_5951 ridingCooldown I
FIELD field_5952 onGround Z
FIELD field_5953 firstUpdate Z

View File

@ -170,6 +170,8 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity
COMMENT
COMMENT <p>This checks both the entity's main and off hand.
METHOD method_24831 getPoses ()Lcom/google/common/collect/ImmutableList;
METHOD method_26319 canWalkOnLava ()Z
METHOD method_26825 getAttribute (Lnet/minecraft/class_1320;)D
METHOD method_26827 createLivingAttributes ()Lnet/minecraft/class_5132$class_5133;
METHOD method_5973 canTarget (Lnet/minecraft/class_1299;)Z
ARG 1 type

View File

@ -1,4 +1,5 @@
CLASS net/minecraft/class_1374 net/minecraft/entity/ai/goal/EscapeDangerGoal
FIELD field_23227 active Z
FIELD field_6546 targetY D
FIELD field_6547 targetX D
FIELD field_6548 speed D
@ -7,6 +8,7 @@ CLASS net/minecraft/class_1374 net/minecraft/entity/ai/goal/EscapeDangerGoal
METHOD <init> (Lnet/minecraft/class_1314;D)V
ARG 1 mob
ARG 2 speed
METHOD method_26337 isActive ()Z
METHOD method_6300 locateClosestWater (Lnet/minecraft/class_1922;Lnet/minecraft/class_1297;II)Lnet/minecraft/class_2338;
ARG 1 blockView
ARG 2 entity

View File

@ -1,5 +1,7 @@
CLASS net/minecraft/class_1409 net/minecraft/entity/ai/pathing/MobNavigation
FIELD field_6686 avoidSunlight Z
METHOD method_26338 canWalkOnPath (Lnet/minecraft/class_7;)Z
ARG 1 pathType
METHOD method_6361 setAvoidSunlight (Z)V
ARG 1 avoidSunlight
METHOD method_6362 getPathfindingY ()I

View File

@ -57,6 +57,8 @@ CLASS net/minecraft/class_1308 net/minecraft/entity/mob/MobEntity
ARG 1 equipment
METHOD method_24834 equipLootStack (Lnet/minecraft/class_1304;Lnet/minecraft/class_1799;)V
ARG 2 stack
METHOD method_26323 movesIndependently ()Z
COMMENT When true, causes this entity to take over pathfinding for its controlling passenger.
METHOD method_26828 createMobAttributes ()Lnet/minecraft/class_5132$class_5133;
METHOD method_5929 getDropChance (Lnet/minecraft/class_1304;)F
METHOD method_5930 setForwardSpeed (F)V

View File

@ -14,6 +14,8 @@ CLASS net/minecraft/class_4985 net/minecraft/entity/passive/StriderEntity
ARG 3 pos
ARG 4 random
METHOD method_26345 getSpeed ()F
METHOD method_26346 getBaseLavaHeight ()F
METHOD method_26347 updateFloating ()V
METHOD method_26348 isCold ()Z
METHOD method_26349 setCold (Z)V
ARG 1 cold