public class DroneEntityAIGoToLocation
extends net.minecraft.entity.ai.goal.Goal
| Modifier and Type | Field and Description |
|---|---|
protected IDroneBase |
drone |
| Constructor and Description |
|---|
DroneEntityAIGoToLocation(IDroneBase drone,
ProgWidget gotoWidget) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canContinueToUse()
Returns whether an in-progress EntityAIBase should continue executing
|
boolean |
canUse()
Returns whether the EntityAIBase should begin execution.
|
protected final IDroneBase drone
public DroneEntityAIGoToLocation(IDroneBase drone, ProgWidget gotoWidget)
public boolean canUse()
canUse in class net.minecraft.entity.ai.goal.Goalpublic boolean canContinueToUse()
canContinueToUse in class net.minecraft.entity.ai.goal.Goal