LightningEntity mappings (#475)

* LightningEntity mappings

* Fully mapped LightningEntity

* better field and parameter names

* extraFireBlocksCount -> spreadAttempts
This commit is contained in:
Yanis Guaye 2019-02-17 17:50:31 +01:00 committed by Modmuss50
parent f9219d3e30
commit 644904f268
2 changed files with 16 additions and 0 deletions

View File

@ -82,6 +82,7 @@ CLASS ahl net/minecraft/entity/Entity
METHOD X getDataTracker ()Lpz;
METHOD Z invalidate ()V
METHOD a shouldRenderAtDistance (D)Z
ARG 1 distance
METHOD a setPositionAnglesAndUpdate (DDDFF)V
ARG 1 x
ARG 3 y

View File

@ -1 +1,16 @@
CLASS app net/minecraft/entity/LightningEntity
FIELD b seed J
FIELD c ambientTick I
FIELD d remainingActions I
FIELD e cosmetic Z
FIELD f channeller Luv;
METHOD <init> (Lbdb;DDDZ)V
ARG 1 world
ARG 2 x
ARG 4 y
ARG 6 z
ARG 8 cosmetic
METHOD a spawnFire (I)V
ARG 1 spreadAttempts
METHOD d setChanneller (Luv;)V
ARG 1 channeller