public class PlayerArgumentParser
extends cc.polyfrost.oneconfig.utils.commands.arguments.ArgumentParser<com.mojang.authlib.GameProfile>
GameProfile.cc.polyfrost.oneconfig.utils.commands.arguments.ArgumentParser.BooleanParser, cc.polyfrost.oneconfig.utils.commands.arguments.ArgumentParser.DoubleParser, cc.polyfrost.oneconfig.utils.commands.arguments.ArgumentParser.FloatParser, cc.polyfrost.oneconfig.utils.commands.arguments.ArgumentParser.IntegerParser, cc.polyfrost.oneconfig.utils.commands.arguments.ArgumentParser.StringParser| Constructor and Description |
|---|
PlayerArgumentParser() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.util.List<java.lang.String> |
complete(java.lang.String current,
java.lang.reflect.Parameter parameter) |
@Nullable com.mojang.authlib.GameProfile |
parse(@NotNull java.lang.String arg) |
@Nullable
public @Nullable com.mojang.authlib.GameProfile parse(@NotNull
@NotNull java.lang.String arg)
parse in class cc.polyfrost.oneconfig.utils.commands.arguments.ArgumentParser<com.mojang.authlib.GameProfile>@NotNull
public @NotNull java.util.List<java.lang.String> complete(java.lang.String current,
java.lang.reflect.Parameter parameter)
complete in class cc.polyfrost.oneconfig.utils.commands.arguments.ArgumentParser<com.mojang.authlib.GameProfile>