Class ReturnCommand.Command<T extends AbstractServerCommandSource<T>>

java.lang.Object
net.minecraft.server.command.ReturnCommand.Command<T>
All Implemented Interfaces:
com.mojang.brigadier.Command<T>, ControlFlowAware<T>, ControlFlowAware.Command<T>
Enclosing class:
ReturnCommand

private static class ReturnCommand.Command<T extends AbstractServerCommandSource<T>> extends Object implements ControlFlowAware.Command<T>
Mappings:
Namespace Name
official ajk$b
intermediary net/minecraft/class_8503$class_8835
named net/minecraft/server/command/ReturnCommand$Command
  • Constructor Details

    • Command

      Command()
  • Method Details

    • execute

      public void execute(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean bool, ExecutionControl<T> executionControl)
      Specified by:
      execute in interface ControlFlowAware<T extends AbstractServerCommandSource<T>>
      Mappings:
      Namespace Name Mixin selector
      official a Lajk$b;a(Ldw;Lcom/mojang/brigadier/context/ContextChain;ZLgo;)V
      intermediary method_54289 Lnet/minecraft/class_8503$class_8835;method_54289(Lnet/minecraft/class_8839;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V
      named execute Lnet/minecraft/server/command/ReturnCommand$Command;execute(Lnet/minecraft/server/command/AbstractServerCommandSource;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/command/ExecutionControl;)V