类 DolphinJumpGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.JumpGoal
net.minecraft.world.entity.ai.goal.DolphinJumpGoal
-
嵌套类概要
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
boolean
canUse()
boolean
void
start()
void
stop()
private boolean
surfaceIsClear
(BlockPos p_25179_, int p_25180_, int p_25181_, int p_25182_) void
tick()
private boolean
waterIsClear
(BlockPos p_25173_, int p_25174_, int p_25175_, int p_25176_) 从类继承的方法 net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, getServerLevel, getServerLevel, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
-
字段详细资料
-
STEPS_TO_CHECK
private static final int[] STEPS_TO_CHECK -
dolphin
-
interval
private final int interval -
breached
private boolean breached
-
-
构造器详细资料
-
DolphinJumpGoal
-
-
方法详细资料
-
canUse
public boolean canUse() -
waterIsClear
-
surfaceIsClear
-
canContinueToUse
public boolean canContinueToUse()- 覆盖:
canContinueToUse
在类中Goal
-
isInterruptable
public boolean isInterruptable()- 覆盖:
isInterruptable
在类中Goal
-
start
public void start() -
stop
public void stop() -
tick
public void tick()
-