Uses of Class
net.minecraft.entity.ai.brain.ScheduleRule
Package | Description |
---|---|
net.minecraft.entity.ai.brain |
-
Uses of ScheduleRule in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type ScheduleRule Modifier and Type Field Description private Map<Activity,ScheduleRule>
Schedule. scheduleRules
Methods in net.minecraft.entity.ai.brain that return ScheduleRule Modifier and Type Method Description ScheduleRule
ScheduleRule. add(int startTime, float priority)
protected ScheduleRule
Schedule. getRule(Activity activity)
ScheduleRule
ScheduleRule. method_35215(Collection<ScheduleRuleEntry> collection)
Methods in net.minecraft.entity.ai.brain that return types with arguments of type ScheduleRule Modifier and Type Method Description protected List<ScheduleRule>
Schedule. getOtherRules(Activity activity)