类 ArmadilloAi.ArmadilloBallUp
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<Armadillo>
net.minecraft.world.entity.animal.armadillo.ArmadilloAi.ArmadilloBallUp
- 所有已实现的接口:
BehaviorControl<Armadillo>
- 封闭类:
ArmadilloAi
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.entity.ai.behavior.Behavior
Behavior.Status
-
字段概要
字段修饰符和类型字段说明(专用程序包) static final int
(专用程序包) static final int
(专用程序包) boolean
(专用程序包) int
(专用程序包) static final int
从类继承的字段 net.minecraft.world.entity.ai.behavior.Behavior
DEFAULT_DURATION, entryCondition
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected boolean
canStillUse
(ServerLevel p_316577_, Armadillo p_316565_, long p_316753_) protected boolean
checkExtraStartConditions
(ServerLevel p_316768_, Armadillo p_316762_) private int
pickNextPeekTimer
(Armadillo p_326014_) protected void
start
(ServerLevel p_316659_, Armadillo p_316121_, long p_316872_) protected void
stop
(ServerLevel p_316572_, Armadillo p_316192_, long p_316823_) protected void
tick
(ServerLevel p_316315_, Armadillo p_316310_, long p_316415_) 从类继承的方法 net.minecraft.world.entity.ai.behavior.Behavior
debugString, doStop, getStatus, hasRequiredMemories, tickOrStop, timedOut, tryStart
-
字段详细资料
-
BALL_UP_STAY_IN_STATE
static final int BALL_UP_STAY_IN_STATE -
TICKS_DELAY_TO_DETERMINE_IF_DANGER_IS_STILL_AROUND
static final int TICKS_DELAY_TO_DETERMINE_IF_DANGER_IS_STILL_AROUND- 另请参阅:
-
DANGER_DETECTED_RECENTLY_DANGER_THRESHOLD
static final int DANGER_DETECTED_RECENTLY_DANGER_THRESHOLD- 另请参阅:
-
nextPeekTimer
int nextPeekTimer -
dangerWasAround
boolean dangerWasAround
-
-
构造器详细资料
-
ArmadilloBallUp
public ArmadilloBallUp()
-
-
方法详细资料