You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param loc the location the entity will move to.
73
73
* @param queue whether this action should be added to the queue (true) or executed directly (false).
74
74
* @param maximumDistractionDistance the maximum distance this entity will try to follow targets in order to attack them. If reached, the entity will turn back and continue moving to the destination. Default is 16.0 blocks.
75
75
* @return {@link ControllableMobAction}
76
76
* @throws IllegalArgumentException when maximumDistractionDistance is zero or negative
Copy file name to clipboardExpand all lines: src/java/de/ntcomputer/minecraft/controllablemobs/implementation/actions/ControllableMobActionMoveAbstract.java
Copy file name to clipboardExpand all lines: src/java/de/ntcomputer/minecraft/controllablemobs/implementation/actions/ControllableMobActionMoveAttacking.java
Copy file name to clipboardExpand all lines: src/java/de/ntcomputer/minecraft/controllablemobs/implementation/ai/behaviors/PathfinderGoalActionMove.java
Copy file name to clipboardExpand all lines: src/java/de/ntcomputer/minecraft/controllablemobs/implementation/ai/behaviors/PathfinderGoalActionMoveAbstract.java
Copy file name to clipboardExpand all lines: src/java/de/ntcomputer/minecraft/controllablemobs/implementation/ai/behaviors/PathfinderGoalActionMoveAttacking.java
0 commit comments