Uses of Enum Class
net.minecraft.world.entity.ai.behavior.GateBehavior.OrderPolicy
Packages that use GateBehavior.OrderPolicy
-
Uses of GateBehavior.OrderPolicy in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior declared as GateBehavior.OrderPolicyMethods in net.minecraft.world.entity.ai.behavior that return GateBehavior.OrderPolicyModifier and TypeMethodDescriptionstatic GateBehavior.OrderPolicy
Returns the enum constant of this class with the specified name.static GateBehavior.OrderPolicy[]
GateBehavior.OrderPolicy.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.OrderPolicyModifier and TypeMethodDescriptionstatic <E extends LivingEntity>
OneShot<E>TriggerGate.triggerGate
(List<com.mojang.datafixers.util.Pair<? extends Trigger<? super E>, Integer>> p_259442_, GateBehavior.OrderPolicy p_259823_, GateBehavior.RunningPolicy p_259632_) Constructors in net.minecraft.world.entity.ai.behavior with parameters of type GateBehavior.OrderPolicyModifierConstructorDescriptionGateBehavior
(Map<MemoryModuleType<?>, MemoryStatus> p_22873_, Set<MemoryModuleType<?>> p_22874_, GateBehavior.OrderPolicy p_22875_, GateBehavior.RunningPolicy p_22876_, List<com.mojang.datafixers.util.Pair<? extends BehaviorControl<? super E>, Integer>> p_22877_)