Uses of Class
net.minecraft.entity.ai.brain.Schedule
Packages that use Schedule
Package
Description
This and its subpackages make up the brain system used by some modern Minecraft entities,
such as villagers, piglins, and axolotls.
-
Uses of Schedule in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain declared as ScheduleModifier and TypeFieldDescriptionstatic final Schedule
Schedule.EMPTY
private Schedule
Brain.schedule
private final Schedule
ScheduleBuilder.schedule
static final Schedule
Schedule.SIMPLE
static final Schedule
Schedule.VILLAGER_BABY
static final Schedule
Schedule.VILLAGER_DEFAULT
Methods in net.minecraft.entity.ai.brain that return ScheduleMethods in net.minecraft.entity.ai.brain with parameters of type ScheduleConstructors in net.minecraft.entity.ai.brain with parameters of type Schedule -
Uses of Schedule in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type Schedule