Interface Forkable<T>

All Known Subinterfaces:
Forkable.RedirectModifier<T>
All Known Implementing Classes:
ExecuteCommand.IfUnlessRedirector, ReturnCommand.ReturnRunRedirector

public interface Forkable<T>
Mappings:
Namespace Name
official gl
intermediary net/minecraft/class_8851
named net/minecraft/command/Forkable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(List<T> sources, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean forkedMode, ExecutionControl<T> control)
     
  • Method Details

    • execute

      void execute(List<T> sources, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean forkedMode, ExecutionControl<T> control)
      Mappings:
      Namespace Name Mixin selector
      official a Lgl;a(Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLgo;)V
      intermediary method_54270 Lnet/minecraft/class_8851;method_54270(Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V
      named execute Lnet/minecraft/command/Forkable;execute(Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/command/ExecutionControl;)V