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

23 lines
639 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS aqq net/minecraft/entity/passive/SchoolingFishEntity
CLASS aqq$a Data
FIELD a leader Laqq;
METHOD <init> (Laqq;)V
ARG 1 leader
2019-04-18 17:01:39 -04:00
FIELD b leader Laqq;
2019-01-09 12:20:38 -05:00
FIELD c groupSize I
2019-04-18 17:01:39 -04:00
METHOD <init> (Laij;Lbhh;)V
ARG 1 type
2019-04-18 17:01:39 -04:00
METHOD a joinGroupOf (Laqq;)Laqq;
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