Uses of Interface
com.cryptomorin.xseries.profiles.objects.Profileable
Packages that use Profileable
Package
Description
-
Uses of Profileable in com.cryptomorin.xseries.profiles.builder
Classes in com.cryptomorin.xseries.profiles.builder that implement ProfileableModifier and TypeClassDescriptionfinal classRepresents an instruction that sets a property of aGameProfile.Methods in com.cryptomorin.xseries.profiles.builder that return ProfileableModifier and TypeMethodDescriptionprotected static ProfileableXSkull.getDefaultProfile()Retrieves the defaultGameProfileused by XSkull.Methods in com.cryptomorin.xseries.profiles.builder with parameters of type ProfileableModifier and TypeMethodDescriptionProfileInstruction.fallback(Profileable... fallbacks) A list of fallback profiles in order.ProfileInstruction.profile(Profileable profileable) Sets the texture profile to be set to the item/block. -
Uses of Profileable in com.cryptomorin.xseries.profiles.objects
Classes in com.cryptomorin.xseries.profiles.objects that implement ProfileableModifier and TypeClassDescriptionstatic final classstatic final classDo we need to supportPlayerProfilefor hybrid server software like Geyser or Mohist that might have their own caching system?static final classstatic final classstatic final classclassRepresenets any object that has aGameProfilewhich can also be changed.static final classstatic final classstatic final classstatic final classMethods in com.cryptomorin.xseries.profiles.objects with type parameters of type ProfileableModifier and TypeMethodDescriptionstatic <C extends Collection<Profileable>>
CompletableFuture<C> Profileable.prepare(C profileables) static <C extends Collection<Profileable>>
CompletableFuture<C> Profileable.prepare(C profileables, @Nullable ProfileRequestConfiguration config, @Nullable com.google.common.base.Function<Throwable, Boolean> errorHandler) Methods in com.cryptomorin.xseries.profiles.objects that return ProfileableModifier and TypeMethodDescriptionstatic ProfileableSets the skull texture based on a string.static ProfileableProfileable.of(ProfileInputType type, String input) Sets the skull texture based on a string with a known type.static ProfileableProfileable.of(com.mojang.authlib.GameProfile profile) Sets the skull texture based on the specified profile.static ProfileableSets the skull texture based on the specified player UUID (whether it's an offline or online UUID).static ProfileableProfileable.of(org.bukkit.OfflinePlayer offlinePlayer) Sets the skull texture based on the specified offline player.default ProfileableProfileable.transform(ProfileTransformer... transformers) Adds transformer (readProfileTransformer) information to a copied version of this profile (so it doesn't affect this instance).static ProfileableSets the skull texture based on the specified player UUID (whether it's an offline or online UUID). -
Uses of Profileable in com.cryptomorin.xseries.profiles.objects.cache
Classes in com.cryptomorin.xseries.profiles.objects.cache that implement ProfileableModifier and TypeClassDescriptionclassAnyProfileablethat can have its results cached.classAnyProfileablethat can have its results cached temporarily. -
Uses of Profileable in com.cryptomorin.xseries.profiles.objects.transformer
Classes in com.cryptomorin.xseries.profiles.objects.transformer that implement ProfileableMethods in com.cryptomorin.xseries.profiles.objects.transformer that return ProfileableModifier and TypeMethodDescriptionTransformableProfile.transform(ProfileTransformer... transformers) Constructors in com.cryptomorin.xseries.profiles.objects.transformer with parameters of type ProfileableModifierConstructorDescriptionTransformableProfile(Profileable profileable, List<ProfileTransformer> transformers)