Map projectile onCollision & onHit

This commit is contained in:
copygirl 2016-09-09 01:27:28 +02:00
parent 681b5864cd
commit 7c8783defd
14 changed files with 30 additions and 0 deletions

View File

@ -1,4 +1,8 @@
CLASS none/aan net/minecraft/entity/projectile/EntityArrowBase
METHOD a onCollision (Lnone/bcq;)V
ARG 0 hit
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a onHit (Lnone/sn;)V
ARG 0 entity
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD m update ()V

View File

@ -1,4 +1,6 @@
CLASS none/aaq net/minecraft/entity/projectile/EntityExplosiveProjectile
METHOD a onCollision (Lnone/bcq;)V
ARG 0 hit
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a damage (Lnone/rp;F)Z
ARG 0 source

View File

@ -1,4 +1,6 @@
CLASS none/abe net/minecraft/entity/projectile/impl/EntityArrow
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a onHit (Lnone/sn;)V
ARG 0 entity
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD m update ()V

View File

@ -1,4 +1,6 @@
CLASS none/aao net/minecraft/entity/projectile/impl/EntityDragonFireball
METHOD a onCollision (Lnone/bcq;)V
ARG 0 hit
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -4,6 +4,8 @@ CLASS none/abf net/minecraft/entity/projectile/impl/EntityExplodingWitherSkull
ARG 1 world
ARG 2 pos
ARG 3 state
METHOD a onCollision (Lnone/bcq;)V
ARG 0 hit
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,3 +1,5 @@
CLASS none/aas net/minecraft/entity/projectile/impl/EntityFireball
METHOD a onCollision (Lnone/bcq;)V
ARG 0 hit
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD b serializeEntityTag (Lnone/dt;)V

View File

@ -1,4 +1,6 @@
CLASS none/aaw net/minecraft/entity/projectile/impl/EntitySmallFireball
METHOD a onCollision (Lnone/bcq;)V
ARG 0 hit
METHOD a damage (Lnone/rp;F)Z
ARG 0 source
ARG 1 damage

View File

@ -1,4 +1,6 @@
CLASS none/aay net/minecraft/entity/projectile/impl/EntitySpectralArrow
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a onHit (Lnone/sn;)V
ARG 0 entity
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD m update ()V

View File

@ -1,4 +1,6 @@
CLASS none/aaz net/minecraft/entity/thrown/EntityThrown
METHOD a onCollision (Lnone/bcq;)V
ARG 0 hit
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD m update ()V

View File

@ -1 +1,3 @@
CLASS none/aax net/minecraft/entity/thrown/impl/EntitySnowball
METHOD a onCollision (Lnone/bcq;)V
ARG 0 hit

View File

@ -1 +1,3 @@
CLASS none/aba net/minecraft/entity/thrown/impl/EntityThrownEgg
METHOD a onCollision (Lnone/bcq;)V
ARG 0 hit

View File

@ -1,2 +1,4 @@
CLASS none/abb net/minecraft/entity/thrown/impl/EntityThrownEnderpearl
METHOD a onCollision (Lnone/bcq;)V
ARG 0 hit
METHOD m update ()V

View File

@ -1 +1,3 @@
CLASS none/abc net/minecraft/entity/thrown/impl/EntityThrownExperienceBottle
METHOD a onCollision (Lnone/bcq;)V
ARG 0 hit

View File

@ -1,4 +1,6 @@
CLASS none/abd net/minecraft/entity/thrown/impl/EntityThrownPotion
FIELD e LOGGER Lorg/apache/logging/log4j/Logger;
METHOD a onCollision (Lnone/bcq;)V
ARG 0 hit
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD b serializeEntityTag (Lnone/dt;)V