Class LookGoal<T extends org.bukkit.entity.Mob>
java.lang.Object
io.github.addoncommunity.galactifun.api.aliens.behaviors.AlienBehavior<T>
io.github.addoncommunity.galactifun.api.aliens.behaviors.LookGoal<T>
- All Implemented Interfaces:
com.destroystokyo.paper.entity.ai.Goal<T>
-
Field Summary
Fields inherited from class AlienBehavior
mob -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AlienBehavior
getKeyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.destroystokyo.paper.entity.ai.Goal
shouldStayActive
-
Constructor Details
-
LookGoal
-
-
Method Details
-
shouldActivate
public boolean shouldActivate() -
start
public void start() -
stop
public void stop() -
tick
public void tick() -
getTypes
- Specified by:
getTypesin interfacecom.destroystokyo.paper.entity.ai.Goal<T extends org.bukkit.entity.Mob>- Specified by:
getTypesin classAlienBehavior<T extends org.bukkit.entity.Mob>
-