Package net.minecraft.server.command
Class FunctionCommand.class_8833
java.lang.Object
net.minecraft.class_8848.class_8850<ServerCommandSource>
net.minecraft.server.command.FunctionCommand.class_8833
- All Implemented Interfaces:
com.mojang.brigadier.Command<ServerCommandSource>,class_8848<ServerCommandSource>,class_8848.class_8849<ServerCommandSource>
- Enclosing class:
FunctionCommand
private abstract static class FunctionCommand.class_8833
extends class_8848.class_8850<ServerCommandSource>
implements class_8848.class_8849<ServerCommandSource>
- Mappings:
Namespace Name official aia$bintermediary net/minecraft/class_3062$class_8833named net/minecraft/server/command/FunctionCommand$class_8833
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_8848
class_8848.class_8849<T>, class_8848.class_8850<T extends class_8839<T>> -
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmethod_54255(com.mojang.brigadier.exceptions.CommandSyntaxException commandSyntaxException, ServerCommandSource serverCommandSource, boolean bool) voidmethod_54259(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean bool, class_8855<ServerCommandSource> class_8855) protected abstract @Nullable NbtCompoundmethod_54277(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext) Methods inherited from class net.minecraft.class_8848.class_8850
method_54290Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_8848
method_54290Methods inherited from interface net.minecraft.class_8848.class_8849
run
-
Constructor Details
-
class_8833
class_8833()
-
-
Method Details
-
method_54277
@Nullable protected abstract @Nullable NbtCompound method_54277(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLaia$b;a(Lcom/mojang/brigadier/context/CommandContext;)Lrt;intermediary method_54277Lnet/minecraft/class_3062$class_8833;method_54277(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2487;named method_54277Lnet/minecraft/server/command/FunctionCommand$class_8833;method_54277(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/nbt/NbtCompound;
-
method_54259
public void method_54259(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean bool, class_8855<ServerCommandSource> class_8855) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
method_54259in classclass_8848.class_8850<ServerCommandSource>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLaia$b;a(Ldu;Lcom/mojang/brigadier/context/ContextChain;ZLgo;)Vintermediary method_54283Lnet/minecraft/class_3062$class_8833;method_54283(Lnet/minecraft/class_2168;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)Vnamed method_54259Lnet/minecraft/server/command/FunctionCommand$class_8833;method_54259(Lnet/minecraft/server/command/ServerCommandSource;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V
-
method_54255
protected void method_54255(com.mojang.brigadier.exceptions.CommandSyntaxException commandSyntaxException, ServerCommandSource serverCommandSource, boolean bool) - Overrides:
method_54255in classclass_8848.class_8850<ServerCommandSource>- Mappings:
Namespace Name Mixin selector official aLaia$b;a(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Ldu;Z)Vintermediary method_54281Lnet/minecraft/class_3062$class_8833;method_54281(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Lnet/minecraft/class_2168;Z)Vnamed method_54255Lnet/minecraft/server/command/FunctionCommand$class_8833;method_54255(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Lnet/minecraft/server/command/ServerCommandSource;Z)V
-