public final class LocationParameterType extends java.lang.Object implements revxrsal.commands.parameter.ParameterType<BukkitCommandActor,org.bukkit.Location>
ParameterType that parses Location types
Credits to @SkytAsul
| Constructor and Description |
|---|
LocationParameterType() |
| Modifier and Type | Method and Description |
|---|---|
org.bukkit.Location |
parse(@NotNull revxrsal.commands.stream.MutableStringStream input,
@NotNull revxrsal.commands.node.ExecutionContext<BukkitCommandActor> context) |
public org.bukkit.Location parse(@NotNull
@NotNull revxrsal.commands.stream.MutableStringStream input,
@NotNull
@NotNull revxrsal.commands.node.ExecutionContext<BukkitCommandActor> context)
parse in interface revxrsal.commands.parameter.ParameterType<BukkitCommandActor,org.bukkit.Location>