接口 PackResources.ResourceOutput
- 所有超级接口:
BiConsumer<ResourceLocation,
IoSupplier<InputStream>>
- 封闭接口:
PackResources
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
@FunctionalInterface
public static interface PackResources.ResourceOutput
extends BiConsumer<ResourceLocation,IoSupplier<InputStream>>
-
方法概要
从接口继承的方法 java.util.function.BiConsumer
accept, andThen