CaPiTaLiZe
This commit is contained in:
parent
c50af5acfd
commit
ae200a56b0
@ -22,7 +22,7 @@ import baritone.api.pathing.goals.Goal;
|
|||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Leijurv
|
* @author leijurv
|
||||||
*/
|
*/
|
||||||
public class PathingCommand {
|
public class PathingCommand {
|
||||||
|
|
||||||
@ -41,12 +41,11 @@ public class PathingCommand {
|
|||||||
/**
|
/**
|
||||||
* Create a new {@link PathingCommand}.
|
* Create a new {@link PathingCommand}.
|
||||||
*
|
*
|
||||||
* @see Goal
|
* @param goal The target goal, may be {@code null}.
|
||||||
* @see PathingCommandType
|
|
||||||
*
|
|
||||||
* @param goal The target goal, may be {@code null}.
|
|
||||||
* @param commandType The command type, cannot be {@code null}.
|
* @param commandType The command type, cannot be {@code null}.
|
||||||
* @throws NullPointerException if {@code commandType} is {@code null}.
|
* @throws NullPointerException if {@code commandType} is {@code null}.
|
||||||
|
* @see Goal
|
||||||
|
* @see PathingCommandType
|
||||||
*/
|
*/
|
||||||
public PathingCommand(Goal goal, PathingCommandType commandType) {
|
public PathingCommand(Goal goal, PathingCommandType commandType) {
|
||||||
Objects.requireNonNull(commandType);
|
Objects.requireNonNull(commandType);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user