Uses of Interface
io.papermc.paper.registry.data.WolfVariantRegistryEntry.Builder
Packages that use WolfVariantRegistryEntry.Builder
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent
.-
Uses of WolfVariantRegistryEntry.Builder in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return WolfVariantRegistryEntry.BuilderModifier and TypeMethodDescriptionWolfVariantRegistryEntry.Builder.angryClientTextureAsset
(ClientTextureAsset angryClientTextureAsset) Sets the client texture asset of the wolf variant for when it is angry, which is the location of the texture to use.WolfVariantRegistryEntry.Builder.tameClientTextureAsset
(ClientTextureAsset tameClientTextureAsset) Sets the client texture asset of the wolf variant for when it is tame, which is the location of the texture to use.WolfVariantRegistryEntry.Builder.wildClientTextureAsset
(ClientTextureAsset wildClientTextureAsset) Sets the client texture asset of the wolf variant for when it is wild, which is the location of the texture to use. -
Uses of WolfVariantRegistryEntry.Builder in io.papermc.paper.registry.event
Fields in io.papermc.paper.registry.event with type parameters of type WolfVariantRegistryEntry.Builder