net.minecraft.world.entity.ai.goal

public class MoveTowardsRestrictionGoal

extends Goal

bnh
net.minecraft.world.entity.ai.goal.MoveTowardsRestrictionGoal
net.minecraft.class_1370
net.minecraft.entity.ai.goal.GoToWalkTargetGoal
net.minecraft.src.C_707_
net.minecraft.world.entity.ai.goal.PathfinderGoalMoveTowardsRestriction

字段概要

修饰符与类型字段
private final PathfinderMob
a
mob
field_6536
mob
f_25627_
private double
b
wantedX
field_6535
x
f_25628_
private double
c
wantedY
field_6534
y
f_25629_
private double
d
wantedZ
field_6533
z
f_25630_
private final double
e
speedModifier
field_6537
speed
f_25631_

构造函数概要

修饰符构造函数
public (PathfinderMob mob, double speed)

方法概要

修饰符与类型方法
public boolean
a()
canUse()
method_6264()
canStart()
m_8036_()
public boolean
b()
canContinueToUse()
method_6266()
shouldContinue()
m_8045_()
public void
c()
start()
method_6269()
start()
m_8056_()