Uses of Enum Class
io.papermc.paper.registry.data.ZombieNautilusVariantRegistryEntry.Model
Packages that use ZombieNautilusVariantRegistryEntry.Model
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent.-
Uses of ZombieNautilusVariantRegistryEntry.Model in io.papermc.paper.registry.data
Subclasses with type arguments of type ZombieNautilusVariantRegistryEntry.Model in io.papermc.paper.registry.dataModifier and TypeClassDescriptionstatic enumThe model of the variant to render the configured texture on.Methods in io.papermc.paper.registry.data that return ZombieNautilusVariantRegistryEntry.ModelModifier and TypeMethodDescriptionZombieNautilusVariantRegistryEntry.model()Provides the model of the variant.Returns the enum constant of this class with the specified name.ZombieNautilusVariantRegistryEntry.Model.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.papermc.paper.registry.data with parameters of type ZombieNautilusVariantRegistryEntry.ModelModifier and TypeMethodDescriptionZombieNautilusVariantRegistryEntry.Builder.model(ZombieNautilusVariantRegistryEntry.Model model) Sets the model to use for this variant.