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 p_388739_, Variant p_405713_, TextureMapping p_386936_, BiConsumer<ResourceLocation, ModelInstance> p_387799_)
-
Method Details
-
create
BlockModelDefinitionGenerator create(Block p_388739_, Variant p_405713_, TextureMapping p_386936_, BiConsumer<ResourceLocation, ModelInstance> p_387799_)
-