Uses of Class
net.minecraft.entity.ai.brain.schedule.ScheduleDuties
-
Packages that use ScheduleDuties Package Description net.minecraft.entity.ai.brain.schedule -
-
Uses of ScheduleDuties in net.minecraft.entity.ai.brain.schedule
Fields in net.minecraft.entity.ai.brain.schedule with type parameters of type ScheduleDuties Modifier and Type Field Description private java.util.Map<Activity,ScheduleDuties>Schedule. timelinesMethods in net.minecraft.entity.ai.brain.schedule that return ScheduleDuties Modifier and Type Method Description ScheduleDutiesScheduleDuties. addKeyframe(int p_221394_1_, float p_221394_2_)protected ScheduleDutiesSchedule. getTimelineFor(Activity p_221382_1_)Methods in net.minecraft.entity.ai.brain.schedule that return types with arguments of type ScheduleDuties Modifier and Type Method Description protected java.util.List<ScheduleDuties>Schedule. getAllTimelinesExceptFor(Activity p_221381_1_)
-