Interface BoundedIntUnaryOperator.Tester

Enclosing class:
BoundedIntUnaryOperator
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 BoundedIntUnaryOperator.Tester
Mappings:
Namespace Name
official dvp$a
intermediary net/minecraft/class_42$class_5638
named net/minecraft/loot/operator/BoundedIntUnaryOperator$Tester
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(LootContext context, int value)
     
  • Method Details

    • test

      boolean test(LootContext context, int value)
      Mappings:
      Namespace Name Mixin selector
      official test Ldvp$a;test(Ldvr;I)Z
      intermediary test Lnet/minecraft/class_42$class_5638;test(Lnet/minecraft/class_47;I)Z
      named test Lnet/minecraft/loot/operator/BoundedIntUnaryOperator$Tester;test(Lnet/minecraft/loot/context/LootContext;I)Z