Package io.papermc.paper.registry.data
Interface FrogVariantRegistryEntry.Builder
- All Superinterfaces:
FrogVariantRegistryEntry
,RegistryBuilder<Frog.Variant>
- Enclosing interface:
FrogVariantRegistryEntry
@Experimental
@NonExtendable
public static interface FrogVariantRegistryEntry.Builder
extends FrogVariantRegistryEntry, RegistryBuilder<Frog.Variant>
A mutable builder for the
FrogVariantRegistryEntry
plugins may change in applicable registry events.
The following values are required for each builder:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.papermc.paper.registry.data.FrogVariantRegistryEntry
FrogVariantRegistryEntry.Builder
-
Method Summary
Modifier and TypeMethodDescriptionclientTextureAsset
(ClientTextureAsset clientTextureAsset) Sets the client texture asset of the frog variant, which is the location of the texture to use.Methods inherited from interface io.papermc.paper.registry.data.FrogVariantRegistryEntry
clientTextureAsset
-
Method Details
-
clientTextureAsset
@Contract(value="_ -> this", mutates="this") FrogVariantRegistryEntry.Builder clientTextureAsset(ClientTextureAsset clientTextureAsset) Sets the client texture asset of the frog variant, which is the location of the texture to use.- Parameters:
clientTextureAsset
- the client texture asset.- Returns:
- this builder instance.
- See Also:
-