Package net.minecraft.client.data.models
Interface BlockModelGenerators.BlockStateGeneratorSupplier
- Enclosing class:
BlockModelGenerators
- 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 TypeMethodDescriptioncreate
(Block pBlock, Variant pVariant, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput)
-
Method Details
-
create
BlockModelDefinitionGenerator create(Block pBlock, Variant pVariant, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput)
-