Uses of Interface
io.papermc.paper.registry.data.CowVariantRegistryEntry.Builder
Packages that use CowVariantRegistryEntry.Builder
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent
.-
Uses of CowVariantRegistryEntry.Builder in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return CowVariantRegistryEntry.BuilderModifier and TypeMethodDescriptionCowVariantRegistryEntry.Builder.clientTextureAsset
(ClientTextureAsset clientTextureAsset) Sets the client texture asset of the cow variant, which is the location of the texture to use.CowVariantRegistryEntry.Builder.model
(CowVariantRegistryEntry.Model model) Sets the model to use for this cow variant. -
Uses of CowVariantRegistryEntry.Builder in io.papermc.paper.registry.event
Fields in io.papermc.paper.registry.event with type parameters of type CowVariantRegistryEntry.BuilderModifier and TypeFieldDescriptionstatic final RegistryEventProvider
<Cow.Variant, CowVariantRegistryEntry.Builder> RegistryEvents.COW_VARIANT