public class DroneGoToChargingStation
extends net.minecraft.entity.ai.goal.Goal
| Modifier and Type | Field and Description |
|---|---|
boolean |
isExecuting |
| Constructor and Description |
|---|
DroneGoToChargingStation(EntityDrone drone) |
| 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.
|
public DroneGoToChargingStation(EntityDrone drone)
public boolean canUse()
canUse in class net.minecraft.entity.ai.goal.Goalpublic boolean canContinueToUse()
canContinueToUse in class net.minecraft.entity.ai.goal.Goal