Package net.minecraft.server.command
Class FunctionCommand.Command
java.lang.Object
net.minecraft.command.ControlFlowAware.Helper<ServerCommandSource>
net.minecraft.server.command.FunctionCommand.Command
- All Implemented Interfaces:
- com.mojang.brigadier.Command<ServerCommandSource>,- ControlFlowAware<ServerCommandSource>,- ControlFlowAware.Command<ServerCommandSource>
- Enclosing class:
- FunctionCommand
private abstract static class FunctionCommand.Command
extends ControlFlowAware.Helper<ServerCommandSource>
implements ControlFlowAware.Command<ServerCommandSource>
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/FunctionCommand$Command- intermediary - net/minecraft/class_3062$class_8833- official - and$c
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.command.ControlFlowAwareControlFlowAware.Command<T>, ControlFlowAware.Helper<T extends AbstractServerCommandSource<T>>
- 
Field SummaryFields inherited from interface com.mojang.brigadier.CommandSINGLE_SUCCESS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecuteInner(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, ExecutionFlags executionFlags, ExecutionControl<ServerCommandSource> executionControl) protected abstract @Nullable NbtCompoundgetArguments(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) Methods inherited from class net.minecraft.command.ControlFlowAware.Helperexecute, sendErrorMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.command.ControlFlowAwareexecuteMethods inherited from interface net.minecraft.command.ControlFlowAware.Commandrun
- 
Constructor Details- 
CommandCommand()
 
- 
- 
Method Details- 
getArguments@Nullable protected abstract @Nullable NbtCompound getArguments(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - getArguments- Lnet/minecraft/server/command/FunctionCommand$Command;getArguments(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/nbt/NbtCompound;- intermediary - method_54277- Lnet/minecraft/class_3062$class_8833;method_54277(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2487;- official - a- Land$c;a(Lcom/mojang/brigadier/context/CommandContext;)Ltq;
 
- 
executeInnerpublic void executeInner(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, ExecutionFlags executionFlags, ExecutionControl<ServerCommandSource> executionControl) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- executeInnerin class- ControlFlowAware.Helper<ServerCommandSource>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - executeInner- Lnet/minecraft/server/command/FunctionCommand$Command;executeInner(Lnet/minecraft/server/command/ServerCommandSource;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/command/ExecutionFlags;Lnet/minecraft/command/ExecutionControl;)V- intermediary - method_54283- Lnet/minecraft/class_3062$class_8833;method_54283(Lnet/minecraft/class_2168;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/class_8855;)V- official - a- Land$c;a(Lex;Lcom/mojang/brigadier/context/ContextChain;Lhs;Lhy;)V
 
 
-