Package net.minecraft.resource
Interface ResourcePack.ResultConsumer
- All Superinterfaces:
 BiConsumer<Identifier,InputSupplier<InputStream>> 
- Enclosing interface:
 ResourcePack
- 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 ResourcePack.ResultConsumer
extends BiConsumer<Identifier,InputSupplier<InputStream>> 
- Mappings:
 Namespace Name official ajl$aintermediary net/minecraft/class_3262$class_7664named net/minecraft/resource/ResourcePack$ResultConsumer
- 
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThen