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 ajv$a
intermediary net/minecraft/class_3262$class_7664
named net/minecraft/resource/ResourcePack$ResultConsumer
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThen