Uses of Enum Class
net.minecraft.world.entity.ai.behavior.GateBehavior.RunningPolicy
-
Uses of GateBehavior.RunningPolicy in net.minecraft.world.entity.ai.behavior
Modifier and TypeFieldDescriptionprivate final GateBehavior.RunningPolicy
GateBehavior.runningPolicy
Modifier and TypeMethodDescriptionstatic GateBehavior.RunningPolicy
Returns 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.ModifierConstructorDescriptionGateBehavior
(Map<MemoryModuleType<?>, MemoryStatus> p_22873_, Set<MemoryModuleType<?>> p_22874_, GateBehavior.OrderPolicy p_22875_, GateBehavior.RunningPolicy p_22876_, List<com.mojang.datafixers.util.Pair<Behavior<? super E>, Integer>> p_22877_)