Add DolphinJumpGoal mapping (#412)

This commit is contained in:
Sebastian Knackstedt 2019-01-20 00:06:44 +01:00 committed by Shadowfacts
parent fb721aba4c
commit d82849a667
2 changed files with 15 additions and 7 deletions

View File

@ -1,7 +0,0 @@
CLASS ajm
METHOD a canStart ()Z
METHOD b shouldContinue ()Z
METHOD c start ()V
METHOD d onRemove ()V
METHOD e tick ()V
METHOD f canStop ()Z

View File

@ -0,0 +1,15 @@
CLASS ajm net/minecraft/entity/ai/goal/DolphinJumpGoal
FIELD b dolphin Lamn;
FIELD c chance I
METHOD <init> (Lamn;I)V
ARG 2 chance
METHOD a canStart ()Z
METHOD a isWater (Let;III)Z
ARG 1 pos
METHOD b shouldContinue ()Z
METHOD b isAir (Let;III)Z
ARG 1 pos
METHOD c start ()V
METHOD d onRemove ()V
METHOD e tick ()V
METHOD f canStop ()Z