Uses of Enum Class
io.papermc.paper.registry.data.CowVariantRegistryEntry.Model
Packages that use CowVariantRegistryEntry.Model
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent
.-
Uses of CowVariantRegistryEntry.Model in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return CowVariantRegistryEntry.ModelModifier and TypeMethodDescriptionCowVariantRegistryEntry.model()
Provides the model of the cow variant.Returns the enum constant of this class with the specified name.static CowVariantRegistryEntry.Model[]
CowVariantRegistryEntry.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 CowVariantRegistryEntry.ModelModifier and TypeMethodDescriptionCowVariantRegistryEntry.Builder.model
(CowVariantRegistryEntry.Model model) Sets the model to use for this cow variant.