public class BetterFlyingGoal
extends net.minecraft.entity.ai.goal.Goal
Constructor and Description |
---|
BetterFlyingGoal(PixelmonEntity pokemon) |
BetterFlyingGoal(PixelmonEntity pokemon,
FlySpeeds flyingParameters) |
Modifier and Type | Method and Description |
---|---|
boolean |
canUse() |
boolean |
findAerialTarget() |
net.minecraft.util.math.BlockPos |
findLanding() |
void |
moveToTarget() |
boolean |
reachedTarget() |
void |
start() |
public BetterFlyingGoal(PixelmonEntity pokemon, FlySpeeds flyingParameters)
public BetterFlyingGoal(PixelmonEntity pokemon)
public void start()
start
in class net.minecraft.entity.ai.goal.Goal
public boolean canUse()
canUse
in class net.minecraft.entity.ai.goal.Goal
public void moveToTarget()
public boolean reachedTarget()
public boolean findAerialTarget()
public net.minecraft.util.math.BlockPos findLanding()