public interface MinecraftCommand
| Modifier and Type | Method and Description |
|---|---|
void |
execute(@NotNull MinecraftCommandSource source,
@NotNull java.lang.String[] arguments) |
default boolean |
hasPermission(@NotNull MinecraftCommandSource source,
@Nullable java.lang.String[] arguments) |
default java.util.List<java.lang.String> |
suggest(@NotNull MinecraftCommandSource source,
@NotNull java.lang.String[] arguments) |
void execute(@NotNull
@NotNull MinecraftCommandSource source,
@NotNull
@NotNull java.lang.String[] arguments)
default java.util.List<java.lang.String> suggest(@NotNull
@NotNull MinecraftCommandSource source,
@NotNull
@NotNull java.lang.String[] arguments)
default boolean hasPermission(@NotNull
@NotNull MinecraftCommandSource source,
@Nullable
@Nullable java.lang.String[] arguments)