mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-16 23:55:14 +01:00
ArgumentRelative comment
This commit is contained in:
parent
d520a0ebc4
commit
dde3430010
@ -3,6 +3,11 @@ package net.minestom.server.command.builder.arguments.relative;
|
||||
import net.minestom.server.command.builder.arguments.Argument;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
/**
|
||||
* Common interface for all the relative location arguments.
|
||||
*
|
||||
* @param <T> the relative location type
|
||||
*/
|
||||
public abstract class ArgumentRelative<T> extends Argument<T> {
|
||||
|
||||
public static final String RELATIVE_CHAR = "~";
|
||||
|
Loading…
Reference in New Issue
Block a user