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 TypeMethodDescriptionvoid
accept
(ResourceLocation pLocation, ModelInstance pModel) save
(CachedOutput pOutput, PackOutput.PathProvider pPathProvider) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Field Details
-
models
-
-
Constructor Details
-
SimpleModelCollector
SimpleModelCollector()
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<ResourceLocation,
ModelInstance>
-
save
-