Interface ExecuteCommand.class_9007

Enclosing class:
ExecuteCommand
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface ExecuteCommand.class_9007
Mappings:
Namespace Name
official ajd$e
intermediary net/minecraft/class_3050$class_9007
named net/minecraft/server/command/ExecuteCommand$class_9007
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(int int2, int int3)
     
  • Method Details

    • test

      boolean test(int int2, int int3)