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

23 lines
635 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS aqu net/minecraft/entity/passive/SchoolingFishEntity
2019-06-19 15:24:08 -04:00
CLASS a Data
2019-06-07 07:45:25 -04:00
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-19 13:48:53 -04:00
METHOD <init> (Laip;Lbhm;)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-06-19 13:48:53 -04:00
METHOD dY getMaxGroupSize ()I
METHOD dZ hasLeader ()Z
METHOD ea leaveGroup ()V
METHOD eb canHaveMoreFishInGroup ()Z
METHOD ec hasOtherFishInGroup ()Z
METHOD ed isCloseEnoughToLeader ()Z
METHOD ee moveTowardLeader ()V
METHOD ef increaseGroupSize ()V
METHOD eg decreaseGroupSize ()V