Package com.pixelmonmod.pixelmon.ai
Class BattleHoverGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
com.pixelmonmod.pixelmon.ai.BattleHoverGoal
AI to hold flying Pokémon in place in battles.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.Goal.Flag
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
pixelmon
-
Constructor Summary
-
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
pickDirection, pickHeight, pickSpeed, stop, tick
Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, start, toString
-
Constructor Details
-
BattleHoverGoal
-
-
Method Details
-
canUse
public boolean canUse()- Overrides:
canUse
in classFlyingPersistentGoal
-
canContinueToUse
public boolean canContinueToUse()- Overrides:
canContinueToUse
in classFlyingPersistentGoal
-