类 SonicBoom
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<Warden>
net.minecraft.world.entity.ai.behavior.warden.SonicBoom
- 所有已实现的接口:
BehaviorControl<Warden>
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.entity.ai.behavior.Behavior
Behavior.Status
-
字段概要
字段修饰符和类型字段说明static final int
private static final int
private static final int
private static final int
private static final double
private static final double
private static final int
从类继承的字段 net.minecraft.world.entity.ai.behavior.Behavior
DEFAULT_DURATION, entryCondition
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected boolean
canStillUse
(ServerLevel p_217695_, Warden p_217696_, long p_217697_) protected boolean
checkExtraStartConditions
(ServerLevel p_217692_, Warden p_217693_) static void
setCooldown
(LivingEntity p_217699_, int p_217700_) protected void
start
(ServerLevel p_217713_, Warden p_217714_, long p_217715_) protected void
stop
(ServerLevel p_217732_, Warden p_217733_, long p_217734_) protected void
tick
(ServerLevel p_217724_, Warden p_217725_, long p_217726_) 从类继承的方法 net.minecraft.world.entity.ai.behavior.Behavior
debugString, doStop, getStatus, hasRequiredMemories, tickOrStop, timedOut, tryStart
-
字段详细资料
-
DISTANCE_XZ
private static final int DISTANCE_XZ- 另请参阅:
-
DISTANCE_Y
private static final int DISTANCE_Y- 另请参阅:
-
KNOCKBACK_VERTICAL
private static final double KNOCKBACK_VERTICAL- 另请参阅:
-
KNOCKBACK_HORIZONTAL
private static final double KNOCKBACK_HORIZONTAL- 另请参阅:
-
COOLDOWN
public static final int COOLDOWN- 另请参阅:
-
TICKS_BEFORE_PLAYING_SOUND
private static final int TICKS_BEFORE_PLAYING_SOUND -
DURATION
private static final int DURATION
-
-
构造器详细资料
-
SonicBoom
public SonicBoom()
-
-
方法详细资料