Uses of Class
net.minecraft.entity.ai.brain.schedule.Schedule
-
Packages that use Schedule Package Description net.minecraft.entity.ai.brain net.minecraft.entity.ai.brain.schedule net.minecraft.util.registry net.minecraftforge.registries -
-
Uses of Schedule in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain declared as Schedule Modifier and Type Field Description private ScheduleBrain. scheduleMethods in net.minecraft.entity.ai.brain that return Schedule Modifier and Type Method Description ScheduleBrain. getSchedule()Methods in net.minecraft.entity.ai.brain with parameters of type Schedule Modifier and Type Method Description voidBrain. setSchedule(Schedule p_218203_1_) -
Uses of Schedule in net.minecraft.entity.ai.brain.schedule
Fields in net.minecraft.entity.ai.brain.schedule declared as Schedule Modifier and Type Field Description static ScheduleSchedule. EMPTYprivate ScheduleScheduleBuilder. schedulestatic ScheduleSchedule. SIMPLEstatic ScheduleSchedule. VILLAGER_BABYstatic ScheduleSchedule. VILLAGER_DEFAULTMethods in net.minecraft.entity.ai.brain.schedule that return Schedule Modifier and Type Method Description ScheduleScheduleBuilder. build()Constructors in net.minecraft.entity.ai.brain.schedule with parameters of type Schedule Constructor Description ScheduleBuilder(Schedule p_i50135_1_) -
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. SCHEDULEDeprecated.static RegistryKey<Registry<Schedule>>Registry. SCHEDULE_REGISTRY -
Uses of Schedule in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type Schedule Modifier and Type Field Description static RegistryKey<Registry<Schedule>>ForgeRegistries.Keys. SCHEDULESstatic IForgeRegistry<Schedule>ForgeRegistries. SCHEDULES
-