Interface EnchantmentHelper.Consumer

Enclosing class:
EnchantmentHelper
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 EnchantmentHelper.Consumer
Mappings:
Namespace Name
official awg$a
intermediary net/minecraft/class_1129$class_1131
named net/minecraft/enchantment/EnchantmentHelper$Consumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Enchantment enchantment, int int2)
     
  • Method Details

    • accept

      void accept(Enchantment enchantment, int int2)
      Mappings:
      Namespace Name Mixin selector
      official accept Lawg$a;accept(Lawe;I)V
      intermediary accept Lnet/minecraft/class_1129$class_1131;accept(Lnet/minecraft/class_1127;I)V
      named accept Lnet/minecraft/enchantment/EnchantmentHelper$Consumer;accept(Lnet/minecraft/enchantment/Enchantment;I)V