Package net.minecraft.loot
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.
- Mappings:
- Namespace - Name - official - dzp$a- intermediary - net/minecraft/class_8490$class_8491- named - net/minecraft/loot/LootDataType$Validator
- 
Method SummaryModifier and TypeMethodDescriptionvoidrun(LootTableReporter reporter, LootDataKey<T> key, T value) 
- 
Method Details- 
run- Mappings:
- Namespace - Name - Mixin selector - official - run- Ldzp$a;run(Ldzv;Ldzm;Ljava/lang/Object;)V- intermediary - run- Lnet/minecraft/class_8490$class_8491;run(Lnet/minecraft/class_58;Lnet/minecraft/class_8488;Ljava/lang/Object;)V- named - run- Lnet/minecraft/loot/LootDataType$Validator;run(Lnet/minecraft/loot/LootTableReporter;Lnet/minecraft/loot/LootDataKey;Ljava/lang/Object;)V
 
 
-