All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.forthecrown.grenadier.annotations.ArgumentModifier Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package net.forthecrown.grenadier.annotations;

import com.mojang.brigadier.context.CommandContext;
import com.mojang.brigadier.exceptions.CommandSyntaxException;
import net.forthecrown.grenadier.CommandSource;

public interface ArgumentModifier {

  R apply(CommandContext context, I input)
      throws CommandSyntaxException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy