Uses of Class
net.minecraft.entity.ai.brain.Schedule
Package | Description |
---|---|
net.minecraft.entity.ai.brain | |
net.minecraft.util.registry |
-
Uses of Schedule in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain declared as Schedule Modifier and Type Field Description static Schedule
Schedule. EMPTY
private Schedule
Brain. schedule
private Schedule
ScheduleBuilder. schedule
static Schedule
Schedule. SIMPLE
static Schedule
Schedule. VILLAGER_BABY
static Schedule
Schedule. VILLAGER_DEFAULT
Methods in net.minecraft.entity.ai.brain that return Schedule Modifier and Type Method Description Schedule
ScheduleBuilder. build()
Schedule
Brain. getSchedule()
Methods in net.minecraft.entity.ai.brain with parameters of type Schedule Modifier and Type Method Description void
Brain. setSchedule(Schedule schedule)
Constructors in net.minecraft.entity.ai.brain with parameters of type Schedule Constructor Description ScheduleBuilder(Schedule schedule)
-
Uses of Schedule in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type Schedule Modifier and Type Field Description static Registry<Schedule>
Registry. SCHEDULE
static RegistryKey<Registry<Schedule>>
Registry. SCHEDULE_KEY