Interface LootDataType.Validator<T>

Enclosing class:
LootDataType<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface LootDataType.Validator<T>
Mappings:
Namespace Name
named net/minecraft/loot/LootDataType$Validator
intermediary net/minecraft/class_8490$class_8491
official eqm$a
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(LootTableReporter reporter, RegistryKey<T> key, T value)
     
  • Method Details

    • run

      void run(LootTableReporter reporter, RegistryKey<T> key, T value)
      Mappings:
      Namespace Name Mixin selector
      named run Lnet/minecraft/loot/LootDataType$Validator;run(Lnet/minecraft/loot/LootTableReporter;Lnet/minecraft/registry/RegistryKey;Ljava/lang/Object;)V
      intermediary run Lnet/minecraft/class_8490$class_8491;run(Lnet/minecraft/class_58;Lnet/minecraft/class_5321;Ljava/lang/Object;)V
      official run Leqm$a;run(Leqq;Lale;Ljava/lang/Object;)V