Interface CursorExceptionType<T extends Exception>


public interface CursorExceptionType<T extends Exception>
Mappings:
Namespace Name
named net/minecraft/util/packrat/CursorExceptionType
intermediary net/minecraft/class_10837
official bwt
  • Method Summary

    Modifier and Type
    Method
    Description
    static CursorExceptionType<com.mojang.brigadier.exceptions.CommandSyntaxException>
    create(com.mojang.brigadier.exceptions.DynamicCommandExceptionType type, String arg)
     
    static CursorExceptionType<com.mojang.brigadier.exceptions.CommandSyntaxException>
    create(com.mojang.brigadier.exceptions.SimpleCommandExceptionType type)
     
    create(String input, int cursor)
     
  • Method Details

    • create

      T create(String input, int cursor)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/util/packrat/CursorExceptionType;create(Ljava/lang/String;I)Ljava/lang/Exception;
      intermediary create Lnet/minecraft/class_10837;create(Ljava/lang/String;I)Ljava/lang/Exception;
      official create Lbwt;create(Ljava/lang/String;I)Ljava/lang/Exception;
    • create

      static CursorExceptionType<com.mojang.brigadier.exceptions.CommandSyntaxException> create(com.mojang.brigadier.exceptions.SimpleCommandExceptionType type)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/util/packrat/CursorExceptionType;create(Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;)Lnet/minecraft/util/packrat/CursorExceptionType;
      intermediary method_68203 Lnet/minecraft/class_10837;method_68203(Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;)Lnet/minecraft/class_10837;
      official a Lbwt;a(Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;)Lbwt;
    • create

      static CursorExceptionType<com.mojang.brigadier.exceptions.CommandSyntaxException> create(com.mojang.brigadier.exceptions.DynamicCommandExceptionType type, String arg)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/util/packrat/CursorExceptionType;create(Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;Ljava/lang/String;)Lnet/minecraft/util/packrat/CursorExceptionType;
      intermediary method_68201 Lnet/minecraft/class_10837;method_68201(Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;Ljava/lang/String;)Lnet/minecraft/class_10837;
      official a Lbwt;a(Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;Ljava/lang/String;)Lbwt;