Interface BoundedIntUnaryOperator.Applier

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.Applier
Mappings:
Namespace Name
official dvp$b
intermediary net/minecraft/class_42$class_5639
named net/minecraft/loot/operator/BoundedIntUnaryOperator$Applier
  • Method Summary

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

    • apply

      int apply(LootContext context, int value)
      Mappings:
      Namespace Name Mixin selector
      official apply Ldvp$b;apply(Ldvr;I)I
      intermediary apply Lnet/minecraft/class_42$class_5639;apply(Lnet/minecraft/class_47;I)I
      named apply Lnet/minecraft/loot/operator/BoundedIntUnaryOperator$Applier;apply(Lnet/minecraft/loot/context/LootContext;I)I