net.minecraft.world.entity.ai.behavior

public class GateBehavior<E extends LivingEntity>

implements BehaviorControl<E>

cax
net.minecraft.world.entity.ai.behavior.GateBehavior
net.minecraft.class_4103

Field summary

Modifier and TypeField
private final Map<MemoryModuleType<?>, MemoryStatus>
a
entryCondition
field_40992
private final Set<MemoryModuleType<?>>
b
exitErasedMemories
field_18344
private final GateBehavior$OrderPolicy
c
orderPolicy
field_18345
private final GateBehavior$RunningPolicy
d
runningPolicy
field_18346
private final ShufflingList<BehaviorControl<? super E>>
e
behaviors
field_18347
private Behavior$Status
f
status
field_40993

Constructor summary

ModifierConstructor
public (Map<MemoryModuleType<?>, MemoryStatus> arg0, Set<MemoryModuleType<?>> arg1, GateBehavior$OrderPolicy arg2, GateBehavior$RunningPolicy arg3, List<com.mojang.datafixers.util.Pair<? extends BehaviorControl<? super E>, Integer>> arg4)

Method summary

Modifier and TypeMethod
public Behavior$Status
a()
getStatus()
method_18921()
private boolean
a(E arg0)
hasRequiredMemories(E arg0)
method_46924(E arg0)
public final boolean
e(asi arg0, E arg1, long arg2)
tryStart(ServerLevel arg0, E arg1, long arg2)
method_18922(class_3218 arg0, E arg1, long arg2)
public final void
f(asi arg0, E arg1, long arg2)
tickOrStop(ServerLevel arg0, E arg1, long arg2)
method_18923(class_3218 arg0, E arg1, long arg2)
public final void
g(asi arg0, E arg1, long arg2)
doStop(ServerLevel arg0, E arg1, long arg2)
method_18925(class_3218 arg0, E arg1, long arg2)
public String
b()
debugString()
method_46910()