Package net.minecraft.data.models.model
Interface TexturedModel.Provider
- 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.
-
Method Summary
Modifier and TypeMethodDescriptiondefault ResourceLocation
create
(Block p_125957_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125958_) default ResourceLocation
createWithSuffix
(Block p_125953_, String p_125954_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125955_) default TexturedModel.Provider
updateTexture
(Consumer<TextureMapping> p_125960_)
-
Method Details
-
get
-
create
default ResourceLocation create(Block p_125957_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125958_) -
createWithSuffix
default ResourceLocation createWithSuffix(Block p_125953_, String p_125954_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125955_) -
updateTexture
-