Interface ExecuteCommand.ScoreComparisonPredicate

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.ScoreComparisonPredicate
Mappings:
Namespace Name
named net/minecraft/server/command/ExecuteCommand$ScoreComparisonPredicate
intermediary net/minecraft/class_3050$class_9007
official amt$e
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(int targetScore, int sourceScore)
     
  • Method Details

    • test

      boolean test(int targetScore, int sourceScore)
      Mappings:
      Namespace Name Mixin selector
      named test Lnet/minecraft/server/command/ExecuteCommand$ScoreComparisonPredicate;test(II)Z
      intermediary test Lnet/minecraft/class_3050$class_9007;test(II)Z
      official test Lamt$e;test(II)Z