Package net.minecraft.client.data.models
Class ModelProvider.SimpleModelCollector
java.lang.Object
net.minecraft.client.data.models.ModelProvider.SimpleModelCollector
- All Implemented Interfaces:
BiConsumer<ResourceLocation,ModelInstance>
- Enclosing class:
ModelProvider
static class ModelProvider.SimpleModelCollector
extends Object
implements BiConsumer<ResourceLocation,ModelInstance>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ResourceLocation p_388633_, ModelInstance p_388119_) save(CachedOutput pOutput, PackOutput.PathProvider pPathProvider) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Field Details
-
models
-
-
Constructor Details
-
SimpleModelCollector
SimpleModelCollector()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<ResourceLocation,ModelInstance>
-
save
-