public abstract class MixinCommandHandler extends Object
Constructor and Description |
---|
MixinCommandHandler() |
Modifier and Type | Method and Description |
---|---|
void |
onCommandError(net.minecraft.command.ICommandSender sender,
String[] args,
net.minecraft.command.ICommand command,
String input,
org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir,
net.minecraft.util.ChatComponentTranslation comp,
Throwable error) |
void |
onCommandError(net.minecraft.command.ICommandSender sender,
String[] args,
net.minecraft.command.ICommand command,
String input,
org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir,
Throwable error,
net.minecraft.util.ChatComponentTranslation comp) |
public void onCommandError(net.minecraft.command.ICommandSender sender, String[] args, net.minecraft.command.ICommand command, String input, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir, net.minecraft.util.ChatComponentTranslation comp, Throwable error)
public void onCommandError(net.minecraft.command.ICommandSender sender, String[] args, net.minecraft.command.ICommand command, String input, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir, Throwable error, net.minecraft.util.ChatComponentTranslation comp)