Package io.papermc.paper.registry.data
Interface FrogVariantRegistryEntry
- All Known Subinterfaces:
FrogVariantRegistryEntry.Builder
A data-centric version-specific registry entry for the
Frog.Variant
type.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A mutable builder for theFrogVariantRegistryEntry
plugins may change in applicable registry events. -
Method Summary
Modifier and TypeMethodDescriptionProvides the client texture asset of the frog variant, which represents the texture to use.
-
Method Details
-
clientTextureAsset
ClientTextureAsset clientTextureAsset()Provides the client texture asset of the frog variant, which represents the texture to use.- Returns:
- the client texture asset.
-