public interface RunAroundLikeCrazyAITask extends AITask<RideableHorse>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RunAroundLikeCrazyAITask.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RunAroundLikeCrazyAITask.Builder |
builder()
Creates a new
RunAroundLikeCrazyAITask.Builder to build a new
RunAroundLikeCrazyAITask. |
double |
getSpeed()
Gets the speed modifier at which when an
Entity is running
around, the movement speed is amplified by this modifier. |
RunAroundLikeCrazyAITask |
setSpeed(double speed)
Sets the speed modifier at which when an
Entity is running
around, the movement speed is amplified by this modifier. |
canBeInterrupted, canRunConcurrentWith, getGoal, getOwner, getTypestatic RunAroundLikeCrazyAITask.Builder builder()
RunAroundLikeCrazyAITask.Builder to build a new
RunAroundLikeCrazyAITask.double getSpeed()
Entity is running
around, the movement speed is amplified by this modifier.RunAroundLikeCrazyAITask setSpeed(double speed)
Entity is running
around, the movement speed is amplified by this modifier.speed - The speed modifier at which an entity is "running around"