net.minecraft.world.entity.schedule

public class Schedule

cuu
net.minecraft.world.entity.schedule.Schedule
net.minecraft.class_4170

Field summary

Modifier and TypeField
public static final int
a
WORK_START_TIME
field_30692
public static final int
b
TOTAL_WORK_TIME
field_30693
public static final Schedule
c
EMPTY
field_18603
public static final Schedule
d
SIMPLE
field_18604
public static final Schedule
e
VILLAGER_BABY
field_18605
public static final Schedule
f
VILLAGER_DEFAULT
field_18606
private final Map<Activity, Timeline>
g
timelines
field_18607

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected static ScheduleBuilder
a(String arg0)
register(String arg0)
method_19217(String arg0)
protected void
a(cus arg0)
ensureTimelineExistsFor(Activity arg0)
method_19215(class_4168 arg0)
protected Timeline
b(cus arg0)
getTimelineFor(Activity arg0)
method_19218(class_4168 arg0)
protected List<Timeline>
c(cus arg0)
getAllTimelinesExceptFor(Activity arg0)
method_19219(class_4168 arg0)
public Activity
a(int arg0)
getActivityAt(int arg0)
method_19213(int arg0)