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

23 lines
639 B
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS aqr net/minecraft/entity/passive/SchoolingFishEntity
CLASS aqr$a Data
FIELD a leader Laqr;
METHOD <init> (Laqr;)V
ARG 1 leader
2019-05-07 12:05:49 -04:00
FIELD b leader Laqr;
2019-01-09 12:20:38 -05:00
FIELD c groupSize I
2019-05-07 12:05:49 -04:00
METHOD <init> (Laim;Lbhi;)V
ARG 1 type
2019-05-07 12:05:49 -04:00
METHOD a joinGroupOf (Laqr;)Laqr;
ARG 1 groupLeader
METHOD a pullInOtherFish (Ljava/util/stream/Stream;)V
ARG 1 fish
2019-04-17 12:41:25 -04:00
METHOD dX getMaxGroupSize ()I
METHOD dY hasLeader ()Z
METHOD dZ leaveGroup ()V
METHOD ea canHaveMoreFishInGroup ()Z
METHOD eb hasOtherFishInGroup ()Z
METHOD ec isCloseEnoughToLeader ()Z
METHOD ed moveTowardLeader ()V
METHOD ee increaseGroupSize ()V
METHOD ef decreaseGroupSize ()V