Interface SteppedCommandAction.ActionWrapper<T,P>

Enclosing class:
SteppedCommandAction<T,P>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SteppedCommandAction.ActionWrapper<T,P>
Mappings:
Namespace Name
official gw$a
intermediary net/minecraft/class_8863$class_8864
named net/minecraft/command/SteppedCommandAction$ActionWrapper
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Frame frame, P action)
     
  • Method Details

    • create

      CommandQueueEntry<T> create(Frame frame, P action)
      Mappings:
      Namespace Name Mixin selector
      official create Lgw$a;create(Lgq;Ljava/lang/Object;)Lgk;
      intermediary create Lnet/minecraft/class_8863$class_8864;create(Lnet/minecraft/class_8937;Ljava/lang/Object;)Lnet/minecraft/class_8847;
      named create Lnet/minecraft/command/SteppedCommandAction$ActionWrapper;create(Lnet/minecraft/command/Frame;Ljava/lang/Object;)Lnet/minecraft/command/CommandQueueEntry;