Interface EntityModelLayerRegistry.TexturedModelDataProvider
- Enclosing class:
- EntityModelLayerRegistry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@Deprecated
@Environment(CLIENT)
public static interface EntityModelLayerRegistry.TexturedModelDataProvider
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.model.TexturedModelData
Deprecated.Creates the textured model data for use in aEntityModelLayer
.
-
Method Details
-
createModelData
net.minecraft.client.model.TexturedModelData createModelData()Deprecated.Creates the textured model data for use in aEntityModelLayer
.- Returns:
- the textured model data for the entity model layer.
-