Package net.minecraft.util.packrat
Interface CursorExceptionType<T extends Exception>
public interface CursorExceptionType<T extends Exception>
- Mappings:
Namespace Name named net/minecraft/util/packrat/CursorExceptionTypeintermediary net/minecraft/class_10837official bqf
-
Method Summary
Modifier and TypeMethodDescriptionstatic CursorExceptionType<com.mojang.brigadier.exceptions.CommandSyntaxException> static CursorExceptionType<com.mojang.brigadier.exceptions.CommandSyntaxException> create(com.mojang.brigadier.exceptions.SimpleCommandExceptionType type)
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector named createLnet/minecraft/util/packrat/CursorExceptionType;create(Ljava/lang/String;I)Ljava/lang/Exception;intermediary createLnet/minecraft/class_10837;create(Ljava/lang/String;I)Ljava/lang/Exception;official createLbqf;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 createLnet/minecraft/util/packrat/CursorExceptionType;create(Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;)Lnet/minecraft/util/packrat/CursorExceptionType;intermediary method_68203Lnet/minecraft/class_10837;method_68203(Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;)Lnet/minecraft/class_10837;official aLbqf;a(Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;)Lbqf;
-
create
static CursorExceptionType<com.mojang.brigadier.exceptions.CommandSyntaxException> create(com.mojang.brigadier.exceptions.DynamicCommandExceptionType type, String arg) - Mappings:
Namespace Name Mixin selector named createLnet/minecraft/util/packrat/CursorExceptionType;create(Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;Ljava/lang/String;)Lnet/minecraft/util/packrat/CursorExceptionType;intermediary method_68201Lnet/minecraft/class_10837;method_68201(Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;Ljava/lang/String;)Lnet/minecraft/class_10837;official aLbqf;a(Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;Ljava/lang/String;)Lbqf;
-