Interface ArgumentRegister


public interface ArgumentRegister
  • Method Summary

    Modifier and Type
    Method
    Description
    <A extends com.mojang.brigadier.arguments.ArgumentType<?>, T extends net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<A>>
    void
    accept(String id, Class argumentClass, net.minecraft.commands.synchronization.ArgumentTypeInfo<A,T> info)
     
  • Method Details

    • accept

      <A extends com.mojang.brigadier.arguments.ArgumentType<?>, T extends net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<A>> void accept(String id, Class argumentClass, net.minecraft.commands.synchronization.ArgumentTypeInfo<A,T> info)