net.minecraft.world.entity.schedule

public class Schedule

bfn
net.minecraft.world.entity.schedule.Schedule
net.minecraft.class_4170
net.minecraft.entity.ai.brain.Schedule
net.minecraft.entity.ai.brain.schedule.Schedule
net.minecraft.server.v1_16_R1.Schedule

Field summary

Modifier and TypeField
public static final Schedule
a
EMPTY
field_18603
EMPTY
field_221383_a
EMPTY
public static final Schedule
b
SIMPLE
field_18604
SIMPLE
field_221384_b
SIMPLE
public static final Schedule
c
VILLAGER_BABY
field_18605
VILLAGER_BABY
field_221385_c
VILLAGER_BABY
public static final Schedule
d
VILLAGER_DEFAULT
field_18606
VILLAGER_DEFAULT
field_221386_d
VILLAGER_DEFAULT
private final Map<Activity, Timeline>
e
timelines
field_18607
scheduleRules
field_221387_e

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected static ScheduleBuilder
a(String arg0)
register(String arg0)
method_19217(String arg0)
register(String id)
func_221380_a(String arg0)
protected void
a(bfl arg0)
ensureTimelineExistsFor(Activity arg0)
method_19215(class_4168 arg0)
addActivity(Activity activity)
func_221379_a(Activity arg0)
protected Timeline
b(bfl arg0)
getTimelineFor(Activity arg0)
method_19218(class_4168 arg0)
getRule(Activity activity)
func_221382_b(Activity arg0)
protected List<Timeline>
c(bfl arg0)
getAllTimelinesExceptFor(Activity arg0)
method_19219(class_4168 arg0)
getOtherRules(Activity activity)
func_221381_c(Activity arg0)
public Activity
a(int arg0)
getActivityAt(int arg0)
method_19213(int arg0)
getActivityForTime(int time)
func_221377_a(int arg0)