CommandArgumentKt

public final class CommandArgumentKt

Functions

Link copied to clipboard
public final static CommandNode.Argument<T> argument<T extends Any>(String name, ArgumentType<T> type)
Link copied to clipboard
public final static CommandNode.Argument<Boolean> argumentBoolean(String name)
Link copied to clipboard
public final static CommandNode.Argument<Double> argumentDouble(String name, Double min, Double max)
Link copied to clipboard
public final static CommandNode.Argument<Integer> argumentInt(String name)
Link copied to clipboard
public final static CommandNode.Argument<FinePositionResolver> argumentLocation(String name)
Link copied to clipboard
public final static CommandNode.Argument<PlayerSelectorArgumentResolver> argumentPlayer(String name)
Link copied to clipboard
public final static CommandNode.Argument<String> argumentString(String name)
Link copied to clipboard
public final static CommandNode.Argument<World> argumentWorld(String name)
Link copied to clipboard
public final static CommandNode.Literal literal(String name)