@ParametersAreNonnullByDefault
@MethodsReturnNonnullByDefault
public abstract class MixinPathNavigate
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected net.minecraft.pathfinding.Path |
currentPath |
protected net.minecraft.entity.EntityLiving |
entity |
protected net.minecraft.pathfinding.NodeProcessor |
nodeProcessor |
protected net.minecraft.world.World |
world |
| Constructor and Description |
|---|
MixinPathNavigate() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract net.minecraft.util.math.Vec3d |
getEntityPosition() |