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