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 Schedule
Brain. schedule
Methods in net.minecraft.entity.ai.brain that return Schedule Modifier and Type Method Description Schedule
Brain. getSchedule()
Methods in net.minecraft.entity.ai.brain with parameters of type Schedule Modifier and Type Method Description void
Brain. 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 Schedule
Schedule. EMPTY
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.schedule that return Schedule Modifier and Type Method Description Schedule
ScheduleBuilder. 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. SCHEDULE
Deprecated.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. SCHEDULES
static IForgeRegistry<Schedule>
ForgeRegistries. SCHEDULES
-