net.forthecrown.grenadier.annotations.ArgumentModifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grenadier-annotations Show documentation
Show all versions of grenadier-annotations Show documentation
Annotation-based command support for Grenadier
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