Uses of Enum Class
io.papermc.paper.registry.data.ChickenVariantRegistryEntry.Model
Packages that use ChickenVariantRegistryEntry.Model
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent.-
Uses of ChickenVariantRegistryEntry.Model in io.papermc.paper.registry.data
Subclasses with type arguments of type ChickenVariantRegistryEntry.Model in io.papermc.paper.registry.dataModifier and TypeClassDescriptionstatic enumThe model of the chicken variant to render the configured texture on.Methods in io.papermc.paper.registry.data that return ChickenVariantRegistryEntry.ModelModifier and TypeMethodDescriptionChickenVariantRegistryEntry.model()Provides the model of the chicken variant.Returns the enum constant of this class with the specified name.static ChickenVariantRegistryEntry.Model[]ChickenVariantRegistryEntry.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 ChickenVariantRegistryEntry.ModelModifier and TypeMethodDescriptionChickenVariantRegistryEntry.Builder.model(ChickenVariantRegistryEntry.Model model) Sets the model to use for this chicken variant.