Uses of Enum Class
net.minecraft.world.entity.ai.behavior.GateBehavior.RunningPolicy
Packages that use GateBehavior.RunningPolicy
-
Uses of GateBehavior.RunningPolicy in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior declared as GateBehavior.RunningPolicyModifier and TypeFieldDescriptionprivate final GateBehavior.RunningPolicyGateBehavior.runningPolicyMethods in net.minecraft.world.entity.ai.behavior that return GateBehavior.RunningPolicyModifier and TypeMethodDescriptionstatic GateBehavior.RunningPolicyReturns the enum constant of this class with the specified name.static GateBehavior.RunningPolicy[]GateBehavior.RunningPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.entity.ai.behavior with parameters of type GateBehavior.RunningPolicyModifier and TypeMethodDescriptionstatic <E extends LivingEntity>
OneShot<E> TriggerGate.triggerGate(List<com.mojang.datafixers.util.Pair<? extends Trigger<? super E>, Integer>> triggers, GateBehavior.OrderPolicy orderPolicy, GateBehavior.RunningPolicy runningPolicy) Constructors in net.minecraft.world.entity.ai.behavior with parameters of type GateBehavior.RunningPolicyModifierConstructorDescriptionGateBehavior(Map<MemoryModuleType<?>, MemoryStatus> entryCondition, Set<MemoryModuleType<?>> exitErasedMemories, GateBehavior.OrderPolicy orderPolicy, GateBehavior.RunningPolicy runningPolicy, List<com.mojang.datafixers.util.Pair<? extends BehaviorControl<? super E>, Integer>> durations)