Package net.minecraft.util.packrat
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 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 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
Lbqf;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
Lbqf;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 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
Lbqf;a(Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;Ljava/lang/String;)Lbqf;
-