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

23 lines
639 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS aqu net/minecraft/entity/passive/SchoolingFishEntity
CLASS aqu$a Data
FIELD a leader Laqu;
METHOD <init> (Laqu;)V
ARG 1 leader
2019-06-07 07:45:25 -04:00
FIELD b leader Laqu;
2019-01-09 12:20:38 -05:00
FIELD c groupSize I
2019-06-07 07:45:25 -04:00
METHOD <init> (Laip;Lbhl;)V
ARG 1 type
2019-06-07 07:45:25 -04:00
METHOD a joinGroupOf (Laqu;)Laqu;
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