Corrected EyeOfEnderEntity mappings & comment (#1576)

* Add some ProjectileEntity field names (#1507)

* Add some ProjectileEntity field names

* Fix my syntax mistakes

* ServerWorld: add weather and time mappings (#1570) (#1572)

* ServerWorld: add weather and time mappings

* ServerWorldProperties: set time methods

* Corrected EyeOfEnderEntity mappings

* Changed wording per suggestion

Signed-off-by: Nikita Skobelevs <nikita.skobelevs@gmail.com>

Co-authored-by: jakbyte <jakbyte@protonmail.com>
Co-authored-by: Filip Weiss <me@fiws.net>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
This commit is contained in:
Nikita Skobelevs 2020-08-02 09:36:19 +01:00 committed by GitHub
parent 2a404a0023
commit 5eaefeba3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -1,9 +1,9 @@
CLASS net/minecraft/class_1672 net/minecraft/entity/EyeOfEnderEntity
FIELD field_17080 ITEM Lnet/minecraft/class_2940;
FIELD field_7617 velocityZ D
FIELD field_7618 velocityY D
FIELD field_7619 velocityX D
FIELD field_7620 useCount I
FIELD field_7617 targetZ D
FIELD field_7618 targetY D
FIELD field_7619 targetX D
FIELD field_7620 lifespan I
FIELD field_7621 dropsItem Z
METHOD <init> (Lnet/minecraft/class_1937;DDD)V
ARG 1 world
@ -15,5 +15,9 @@ CLASS net/minecraft/class_1672 net/minecraft/entity/EyeOfEnderEntity
METHOD method_16934 (Lnet/minecraft/class_1799;)V
ARG 0 stack
METHOD method_16935 getTrackedItem ()Lnet/minecraft/class_1799;
METHOD method_7478 moveTowards (Lnet/minecraft/class_2338;)V
METHOD method_7478 initTargetPos (Lnet/minecraft/class_2338;)V
COMMENT Sets where the eye will fly towards.
COMMENT If close enough, it will fly directly towards it, otherwise, it will fly upwards, in the direction of the BlockPos.
COMMENT
COMMENT @param pos the block the eye of ender is drawn towards
ARG 1 pos