Uses of Class
net.minecraft.entity.ai.brain.ScheduleRule
Packages that use ScheduleRule
Package
Description
This and its subpackages make up the brain system used by some modern Minecraft entities,
such as villagers, piglins, and axolotls.
-
Uses of ScheduleRule in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type ScheduleRuleMethods in net.minecraft.entity.ai.brain that return ScheduleRuleModifier and TypeMethodDescriptionScheduleRule.add
(int startTime, float priority) ScheduleRule.add
(Collection<ScheduleRuleEntry> entries) protected ScheduleRule
Methods in net.minecraft.entity.ai.brain that return types with arguments of type ScheduleRuleModifier and TypeMethodDescriptionprotected List
<ScheduleRule> Schedule.getOtherRules
(Activity activity)