Class Location2DArgument.Builder<C>
java.lang.Object
cloud.commandframework.arguments.CommandArgument.Builder<C,Location2D>
cloud.commandframework.bukkit.parsers.location.Location2DArgument.Builder<C>
- Enclosing class:
- Location2DArgument<C>
public static final class Location2DArgument.Builder<C>
extends cloud.commandframework.arguments.CommandArgument.Builder<C,Location2D>
-
Method Summary
Modifier and TypeMethodDescription@NonNull cloud.commandframework.arguments.CommandArgument<@NonNull C,@NonNull Location2D> build()Methods inherited from class cloud.commandframework.arguments.CommandArgument.Builder
asOptional, asOptionalWithDefault, asRequired, getDefaultDescription, getDefaultValue, getName, getParser, getSuggestionsProvider, getValueType, isRequired, manager, withDefaultDescription, withParser, withSuggestionsProvider
-
Method Details
-
build
public @NonNull cloud.commandframework.arguments.CommandArgument<@NonNull C,@NonNull Location2D> build()- Overrides:
buildin classcloud.commandframework.arguments.CommandArgument.Builder<C,Location2D>
-