Something went wrong. Try again.
Player-facing utility commands for jumping between servers
minecraft velocity
Something went wrong. Try again.
319 B · 8 lines
Java
at commit ebdac8c5
123456789package dev.encode42.playtogether.commands;
import com.mojang.brigadier.builder.RequiredArgumentBuilder;import com.velocitypowered.api.command.CommandSource;
public abstract class ExecutableArgument<ArgumentType> extends Executable { public abstract RequiredArgumentBuilder<CommandSource, ArgumentType> create();}