Interface ChickenVariantRegistryEntry
- All Known Subinterfaces:
ChickenVariantRegistryEntry.Builder
A data-centric version-specific registry entry for the
Chicken.Variant type.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA mutable builder for theChickenVariantRegistryEntryplugins may change in applicable registry events.static enumThe model of the chicken variant to render the configured texture on. -
Method Summary
Modifier and TypeMethodDescriptionProvides the client texture asset of the baby chicken variant, which represents the texture to use.Provides the client texture asset of the chicken variant, which represents the texture to use.model()Provides the model of the chicken variant.
-
Method Details
-
clientTextureAsset
ClientTextureAsset clientTextureAsset()Provides the client texture asset of the chicken variant, which represents the texture to use.- Returns:
- the client texture asset.
-
babyClientTextureAsset
ClientTextureAsset babyClientTextureAsset()Provides the client texture asset of the baby chicken variant, which represents the texture to use.- Returns:
- the baby client texture asset.
-
model
Provides the model of the chicken variant.- Returns:
- the model.
-