Package io.papermc.paper.registry.data
Interface WolfVariantRegistryEntry
- All Known Subinterfaces:
WolfVariantRegistryEntry.Builder
A data-centric version-specific registry entry for the
Wolf.Variant
type.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A mutable builder for theWolfVariantRegistryEntry
plugins may change in applicable registry events. -
Method Summary
Modifier and TypeMethodDescriptionProvides the client texture asset of the wolf variant for when it is angry, which is the location of the texture to use.Provides the client texture asset of the wolf variant for when it is tame, which is the location of the texture to use.Provides the client texture asset of the wolf variant for when it is wild, which is the location of the texture to use.
-
Method Details
-
angryClientTextureAsset
ClientTextureAsset angryClientTextureAsset()Provides the client texture asset of the wolf variant for when it is angry, which is the location of the texture to use.- Returns:
- the client texture asset.
-
wildClientTextureAsset
ClientTextureAsset wildClientTextureAsset()Provides the client texture asset of the wolf variant for when it is wild, which is the location of the texture to use.- Returns:
- the client texture asset.
-
tameClientTextureAsset
ClientTextureAsset tameClientTextureAsset()Provides the client texture asset of the wolf variant for when it is tame, which is the location of the texture to use.- Returns:
- the client texture asset.
-