Package net.minecraft.data.client.model
Interface TexturedModel.Factory
- Enclosing class:
- TexturedModel
- 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 TexturedModel.Factory
-
Method Summary
Modifier and Type Method Description TexturedModel
get(Block block)
default Identifier
upload(Block block, String suffix, BiConsumer<Identifier,Supplier<JsonElement>> writer)
default Identifier
upload(Block block, BiConsumer<Identifier,Supplier<JsonElement>> writer)
default TexturedModel.Factory
withTexture(Consumer<Texture> textureConsumer)
-
Method Details
-
get
-
upload
-
upload
default Identifier upload(Block block, String suffix, BiConsumer<Identifier,Supplier<JsonElement>> writer) -
withTexture
-