Interface ResultStorer<T>


public interface ResultStorer<T>
Mappings:
Namespace Name
official dq
intermediary net/minecraft/class_8838
named net/minecraft/command/ResultStorer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    storeResult(T context, boolean success, int result)
     
  • Method Details

    • storeResult

      void storeResult(T context, boolean success, int result)
      Mappings:
      Namespace Name Mixin selector
      official storeResult Ldq;storeResult(Ljava/lang/Object;ZI)V
      intermediary storeResult Lnet/minecraft/class_8838;storeResult(Ljava/lang/Object;ZI)V
      named storeResult Lnet/minecraft/command/ResultStorer;storeResult(Ljava/lang/Object;ZI)V