Package net.minecraft.server.command
Class ReturnCommand.ValueCommand<T extends AbstractServerCommandSource<T>>
java.lang.Object
net.minecraft.server.command.ReturnCommand.ValueCommand<T>
- All Implemented Interfaces:
- com.mojang.brigadier.Command<T>,- ControlFlowAware<T>,- ControlFlowAware.Command<T>
- Enclosing class:
- ReturnCommand
private static class ReturnCommand.ValueCommand<T extends AbstractServerCommandSource<T>>
extends Object
implements ControlFlowAware.Command<T>
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/ReturnCommand$ValueCommand- intermediary - net/minecraft/class_8503$class_8835- official - aod$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 TypeMethodDescriptionvoidexecute(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags executionFlags, ExecutionControl<T> executionControl) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.command.ControlFlowAware.Commandrun
- 
Constructor Details- 
ValueCommandValueCommand()
 
- 
- 
Method Details- 
executepublic void execute(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags executionFlags, ExecutionControl<T> executionControl) - Specified by:
- executein interface- ControlFlowAware<T extends AbstractServerCommandSource<T>>
- Mappings:
- Namespace - Name - Mixin selector - named - execute- Lnet/minecraft/server/command/ReturnCommand$ValueCommand;execute(Lnet/minecraft/server/command/AbstractServerCommandSource;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/command/ExecutionFlags;Lnet/minecraft/command/ExecutionControl;)V- intermediary - method_54289- Lnet/minecraft/class_8503$class_8835;method_54289(Lnet/minecraft/class_8839;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/class_8855;)V- official - a- Laod$c;a(Lez;Lcom/mojang/brigadier/context/ContextChain;Lhs;Lhy;)V
 
 
-