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
Subclasses with type arguments of type PigVariantRegistryEntry.Model in io.papermc.paper.registry.dataModifier and TypeClassDescriptionstatic enumThe model of the pig variant to render the configured texture on.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.