Reformat project

This commit is contained in:
broccolai 2020-12-07 12:01:30 +00:00 committed by Alexander Söderberg
parent 01d36aecd8
commit 237eda75ef
30 changed files with 130 additions and 87 deletions

View file

@ -80,8 +80,8 @@ public final class LocationArgument<C> extends CommandArgument<C, Location> {
/**
* Create a new argument builder
*
* @param name Argument name
* @param <C> Command sender type
* @param name Argument name
* @param <C> Command sender type
* @return Builder instance
*/
public static <C> @NonNull Builder<C> newBuilder(
@ -93,8 +93,8 @@ public final class LocationArgument<C> extends CommandArgument<C, Location> {
/**
* Create a new required argument
*
* @param name Argument name
* @param <C> Command sender type
* @param name Argument name
* @param <C> Command sender type
* @return Constructed argument
*/
public static <C> @NonNull CommandArgument<C, Location> of(
@ -108,8 +108,8 @@ public final class LocationArgument<C> extends CommandArgument<C, Location> {
/**
* Create a new optional argument
*
* @param name Argument name
* @param <C> Command sender type
* @param name Argument name
* @param <C> Command sender type
* @return Constructed argument
*/
public static <C> @NonNull CommandArgument<C, Location> optional(