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