public class FlyingGoal
extends net.minecraft.entity.ai.goal.Goal
Constructor and Description |
---|
FlyingGoal(PixelmonEntity entity) |
Modifier and Type | Method and Description |
---|---|
boolean |
canContinueToUse() |
boolean |
canUse() |
void |
pickDirection(boolean useLastChangeDirection) |
void |
start() |
void |
tick() |
public FlyingGoal(PixelmonEntity entity)
public boolean canUse()
canUse
in class net.minecraft.entity.ai.goal.Goal
public boolean canContinueToUse()
canContinueToUse
in class net.minecraft.entity.ai.goal.Goal
public void start()
start
in class net.minecraft.entity.ai.goal.Goal
public void tick()
tick
in class net.minecraft.entity.ai.goal.Goal
public void pickDirection(boolean useLastChangeDirection)