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