Interface BuiltInBlockModels.SpecialModelFactory
- All Superinterfaces:
BuiltInBlockModels.ModelFactory
- Enclosing class:
BuiltInBlockModels
- 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 BuiltInBlockModels.SpecialModelFactory
extends BuiltInBlockModels.ModelFactory
-
Method Summary
Modifier and TypeMethodDescriptiondefault BlockModel.Unbakedcreate(BlockColors colors, BlockState state) createSpecial(BlockState state)
-
Method Details
-
create
- Specified by:
createin interfaceBuiltInBlockModels.ModelFactory
-
createSpecial
-