Uses of Class
net.minecraft.entity.ai.brain.Schedule
Packages that use Schedule
Package
Description
The base package for all Minecraft classes.
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
Fields in net.minecraft with type parameters of type ScheduleModifier and TypeFieldDescriptionclass_7923.field_41131static final RegistryKey<Registry<Schedule>>class_7924.SCHEDULE -
Uses of Schedule in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain declared as ScheduleModifier and TypeFieldDescriptionstatic final ScheduleSchedule.EMPTYprivate ScheduleBrain.scheduleprivate final ScheduleScheduleBuilder.schedulestatic final ScheduleSchedule.SIMPLEstatic final ScheduleSchedule.VILLAGER_BABYstatic final ScheduleSchedule.VILLAGER_DEFAULTMethods 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