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$b
intermediary net/minecraft/class_3062$class_8833
named 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 void
method_54255
(com.mojang.brigadier.exceptions.CommandSyntaxException commandSyntaxException, ServerCommandSource serverCommandSource, boolean bool) void
method_54259
(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean bool, class_8855<ServerCommandSource> class_8855) protected abstract @Nullable NbtCompound
method_54277
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext) Methods inherited from class net.minecraft.class_8848.class_8850
method_54290
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.class_8848
method_54290
Methods 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 a
Laia$b;a(Lcom/mojang/brigadier/context/CommandContext;)Lrt;
intermediary method_54277
Lnet/minecraft/class_3062$class_8833;method_54277(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2487;
named method_54277
Lnet/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_54259
in classclass_8848.class_8850<ServerCommandSource>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Laia$b;a(Ldu;Lcom/mojang/brigadier/context/ContextChain;ZLgo;)V
intermediary method_54283
Lnet/minecraft/class_3062$class_8833;method_54283(Lnet/minecraft/class_2168;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V
named method_54259
Lnet/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_54255
in classclass_8848.class_8850<ServerCommandSource>
- Mappings:
Namespace Name Mixin selector official a
Laia$b;a(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Ldu;Z)V
intermediary method_54281
Lnet/minecraft/class_3062$class_8833;method_54281(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Lnet/minecraft/class_2168;Z)V
named method_54255
Lnet/minecraft/server/command/FunctionCommand$class_8833;method_54255(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Lnet/minecraft/server/command/ServerCommandSource;Z)V
-