yarn/mappings/net/minecraft/entity/passive/TurtleEntity.mapping

86 lines
2.1 KiB
Plaintext

CLASS ari net/minecraft/entity/passive/TurtleEntity
CLASS ari$a MateGoal
FIELD d turtle Lari;
METHOD <init> (Lari;D)V
ARG 1 owner
ARG 2 speed
CLASS ari$b GoHomeGoal
FIELD a owner Lari;
FIELD b speed D
FIELD c noPath Z
FIELD d homeReachingTryTicks I
METHOD <init> (Lari;D)V
ARG 1 owner
ARG 2 speed
CLASS ari$c WanderInWaterGoal
FIELD g turtle Lari;
METHOD <init> (Lari;D)V
ARG 1 turtle
ARG 2 speed
CLASS ari$d LayEggGoal
FIELD g turtle Lari;
METHOD <init> (Lari;D)V
ARG 1 turtle
ARG 2 speed
CLASS ari$e TurtleMoveControl
FIELD i turtle Lari;
METHOD <init> (Lari;)V
ARG 1 owner
METHOD g updateVelocity ()V
CLASS ari$f TurtleEscapeDangerGoal
METHOD <init> (Lari;D)V
ARG 1 owner
ARG 2 speed
CLASS ari$g TurtleSwimNavigation
METHOD <init> (Lari;Lbha;)V
ARG 1 owner
ARG 2 world
CLASS ari$h WanderOnLandGoal
FIELD h turtle Lari;
CLASS ari$i ApproachFoodHoldingPlayerGoal
FIELD a CLOSE_ENTITY_PREDICATE Lapt;
FIELD b owner Lari;
FIELD c speed D
FIELD d targetPlayer Lavr;
FIELD e cooldown I
FIELD f attractiveItems Ljava/util/Set;
METHOD <init> (Lari;DLbbp;)V
ARG 1 owner
ARG 2 speed
ARG 4 attractiveItem
METHOD a isAttractive (Lbbu;)Z
ARG 1 stack
CLASS ari$j TravelGoal
FIELD a owner Lari;
FIELD b speed D
FIELD c noPath Z
METHOD <init> (Lari;D)V
ARG 1 turtle
ARG 2 speed
FIELD bA BABY_TURTLE_ON_LAND_FILTER Ljava/util/function/Predicate;
FIELD bB HOME_POS Lqh;
FIELD bC HAS_EGG Lqh;
FIELD bE DIGGING_SAND Lqh;
FIELD bF TRAVEL_POS Lqh;
FIELD bG LAND_BOUND Lqh;
FIELD bH ACTIVELY_TRAVELLING Lqh;
FIELD bI sandDiggingCounter I
METHOD dS hasEgg ()Z
METHOD dT isDiggingSand ()Z
METHOD dU getHomePos ()Lev;
METHOD dV getTravelPos ()Lev;
METHOD dW isLandBound ()Z
METHOD eb isActivelyTravelling ()Z
METHOD g setHomePos (Lev;)V
ARG 1 pos
METHOD h setTravelPos (Lev;)V
ARG 1 pos
METHOD r setHasEgg (Z)V
ARG 1 hasEgg
METHOD s setDiggingSand (Z)V
ARG 1 diggingSand
METHOD t setLandBound (Z)V
ARG 1 landBound
METHOD u setActivelyTravelling (Z)V
ARG 1 travelling