Interface BoundedIntUnaryOperator.class_5639

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

    Modifier and Type Method Description
    int apply​(LootContext lootContext, int int2)  
  • Method Details

    • apply

      int apply​(LootContext lootContext, int int2)
      Mappings:
      Namespace Name Mixin selector
      official apply Lddm$b;apply(Lddo;I)I
      intermediary apply Lnet/minecraft/class_42$class_5639;apply(Lnet/minecraft/class_47;I)I
      named apply Lnet/minecraft/loot/operator/BoundedIntUnaryOperator$class_5639;apply(Lnet/minecraft/loot/context/LootContext;I)I