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
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.