yarn/mappings/net/minecraft/entity/ai/brain/ScheduleBuilder.mapping

17 lines
432 B
Plaintext
Raw Normal View History

2019-04-17 12:41:25 -04:00
CLASS axh net/minecraft/entity/ai/brain/ScheduleBuilder
CLASS axh$a ActivityEntry
FIELD a startTime I
2019-04-17 12:41:25 -04:00
FIELD b activity Laxe;
METHOD <init> (ILaxe;)V
ARG 1 startTime
METHOD a getStartTime ()I
2019-04-17 12:41:25 -04:00
METHOD b getActivity ()Laxe;
FIELD a schedule Laxg;
FIELD b activities Ljava/util/List;
2019-04-17 12:41:25 -04:00
METHOD <init> (Laxg;)V
ARG 1 schedule
2019-04-17 12:41:25 -04:00
METHOD a build ()Laxg;
METHOD a withActivity (ILaxe;)Laxh;
ARG 1 startTime
ARG 2 activity