Uses of Interface
io.papermc.paper.registry.data.client.ClientTextureAsset
Packages that use ClientTextureAsset
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent
.-
Uses of ClientTextureAsset in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return ClientTextureAssetModifier and TypeMethodDescriptionWolfVariantRegistryEntry.angryClientTextureAsset()
Provides the client texture asset of the wolf variant for when it is angry, which is the location of the texture to use.CatTypeRegistryEntry.clientTextureAsset()
Provides the client texture asset of the cat type, which represents the texture to use.ChickenVariantRegistryEntry.clientTextureAsset()
Provides the client texture asset of the chicken variant, which represents the texture to use.CowVariantRegistryEntry.clientTextureAsset()
Provides the client texture asset of the cow variant, which represents the texture to use.FrogVariantRegistryEntry.clientTextureAsset()
Provides the client texture asset of the frog variant, which represents the texture to use.PigVariantRegistryEntry.clientTextureAsset()
Provides the client texture asset of the pig variant, which represents the texture to use.WolfVariantRegistryEntry.tameClientTextureAsset()
Provides the client texture asset of the wolf variant for when it is tame, which is the location of the texture to use.WolfVariantRegistryEntry.wildClientTextureAsset()
Provides the client texture asset of the wolf variant for when it is wild, which is the location of the texture to use.Methods in io.papermc.paper.registry.data with parameters of type ClientTextureAssetModifier 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.CatTypeRegistryEntry.Builder.clientTextureAsset
(ClientTextureAsset clientTextureAsset) Sets the client texture asset of the cat type, which is the location of the texture to use.ChickenVariantRegistryEntry.Builder.clientTextureAsset
(ClientTextureAsset clientTextureAsset) Sets the client texture asset of the chicken variant, which is the location of the texture to use.CowVariantRegistryEntry.Builder.clientTextureAsset
(ClientTextureAsset clientTextureAsset) Sets the client texture asset of the cow variant, which is the location of the texture to use.FrogVariantRegistryEntry.Builder.clientTextureAsset
(ClientTextureAsset clientTextureAsset) Sets the client texture asset of the frog variant, which is the location of the texture to use.PigVariantRegistryEntry.Builder.clientTextureAsset
(ClientTextureAsset clientTextureAsset) Sets the client texture asset of the pig variant, 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 ClientTextureAsset in io.papermc.paper.registry.data.client
Methods in io.papermc.paper.registry.data.client that return ClientTextureAssetModifier and TypeMethodDescriptionstatic ClientTextureAsset
ClientTextureAsset.clientTextureAsset
(String identifier) Creates a newClientTextureAsset
from the provided string-formattedKey
and infers the texture path from it.static ClientTextureAsset
ClientTextureAsset.clientTextureAsset
(Key identifier) Creates a newClientTextureAsset
using the provided identifier and infers the texture path from it.static ClientTextureAsset
ClientTextureAsset.clientTextureAsset
(Key identifier, Key texturePath) Creates a newClientTextureAsset
with the specified identifier and texture path.