net.minecraft.world.entity.ai.behavior

public class DoNothing

implements BehaviorControl<LivingEntity>

bom
net.minecraft.world.entity.ai.behavior.DoNothing
net.minecraft.class_4101
net.minecraft.entity.ai.brain.task.WaitTask
net.minecraft.src.C_580_
net.minecraft.world.entity.ai.behavior.BehaviorNop

Field summary

Modifier and TypeField
private final int
a
minDuration
field_40988
minRunTime
f_256900_
private final int
b
maxDuration
field_40989
maxRunTime
f_256804_
private Behavior$Status
c
status
field_40990
status
f_256875_
private long
d
endTimestamp
field_40991
waitUntil
f_256966_

Constructor summary

ModifierConstructor
public (int minRunTime, int maxRunTime)

Method summary

Modifier and TypeMethod
public Behavior$Status
a()
getStatus()
method_18921()
getStatus()
m_22536_()
public final boolean
e(and arg0, bml arg1, long arg2)
tryStart(ServerLevel arg0, LivingEntity arg1, long arg2)
method_18922(class_3218 arg0, class_1309 arg1, long arg2)
tryStarting(ServerWorld arg0, LivingEntity arg1, long arg2)
m_22554_(C_12_ p_259195_, C_524_ p_259189_, long arg2)
public final void
f(and arg0, bml arg1, long arg2)
tickOrStop(ServerLevel arg0, LivingEntity arg1, long arg2)
method_18923(class_3218 arg0, class_1309 arg1, long arg2)
tick(ServerWorld arg0, LivingEntity arg1, long arg2)
m_22558_(C_12_ p_259218_, C_524_ p_259803_, long arg2)
public final void
g(and arg0, bml arg1, long arg2)
doStop(ServerLevel arg0, LivingEntity arg1, long arg2)
method_18925(class_3218 arg0, class_1309 arg1, long arg2)
stop(ServerWorld arg0, LivingEntity arg1, long arg2)
m_22562_(C_12_ p_259336_, C_524_ p_259826_, long arg2)
public String
b()
debugString()
method_46910()
getName()
m_22566_()