Interface ArgumentTypeWrapper

All Known Implementing Classes:
ArgumentTypeWrappers

public interface ArgumentTypeWrapper
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.brigadier.arguments.ArgumentType<?>
     
    getResult(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> context, String input)
     
  • Method Details

    • create

      com.mojang.brigadier.arguments.ArgumentType<?> create(CommandRegistryKubeEvent event)
    • getResult

      Object getResult(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> context, String input) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException