Uses of Class
net.minecraft.entity.ai.brain.Schedule
Packages that use Schedule
-
Uses of Schedule in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain declared as ScheduleModifier and TypeFieldDescriptionstatic ScheduleSchedule.EMPTYprivate ScheduleBrain.scheduleprivate ScheduleScheduleBuilder.schedulestatic ScheduleSchedule.SIMPLEstatic ScheduleSchedule.VILLAGER_BABYstatic 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 -
Uses of Schedule in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type ScheduleModifier and TypeFieldDescriptionRegistry.SCHEDULEstatic RegistryKey<Registry<Schedule>>Registry.SCHEDULE_KEY