Uses of Interface
com.cryptomorin.xseries.profiles.objects.transformer.ProfileTransformer
Packages that use ProfileTransformer
Package
Description
-
Uses of ProfileTransformer in com.cryptomorin.xseries.profiles.objects
Methods in com.cryptomorin.xseries.profiles.objects with parameters of type ProfileTransformerModifier and TypeMethodDescriptiondefault @NotNull ProfileableDelegateProfileable.transform(@NotNull ProfileTransformer... transformers) default @NotNull ProfileableProfileable.transform(@NotNull ProfileTransformer... transformers) Adds transformer (readProfileTransformer) information to a copied version of this profile (so it doesn't affect this instance, but the class type will change). -
Uses of ProfileTransformer in com.cryptomorin.xseries.profiles.objects.transformer
Classes in com.cryptomorin.xseries.profiles.objects.transformer that implement ProfileTransformerModifier and TypeClassDescriptionstatic final classstatic final classstatic final classMethods in com.cryptomorin.xseries.profiles.objects.transformer that return ProfileTransformerModifier and TypeMethodDescriptionstatic @NotNull ProfileTransformerProfileTransformer.includeOriginalValue()Whether a special property should be added to the profile where the original value (Profileable.getProfileValue()) was used to create the profile.static @NotNull ProfileTransformerProfileTransformer.nonStackable()Makes the items non-stackable (x64 stack) Readstackable()for more info.static @NotNull ProfileTransformerProfileTransformer.removeMetadata()Removes extra properties from this profile.static @NotNull ProfileTransformerProfileTransformer.stackable()By default, due to internal changes to theGameProfile, (specially the Base64-encoded textures property) the items are considered "different" (for exampleItemStack.isSimilar(ItemStack)would return false) which means they cannot be stacked together in the game.Methods in com.cryptomorin.xseries.profiles.objects.transformer with parameters of type ProfileTransformerModifier and TypeMethodDescriptionTransformableProfile.transform(ProfileTransformer... transformers) Constructor parameters in com.cryptomorin.xseries.profiles.objects.transformer with type arguments of type ProfileTransformerModifierConstructorDescriptionTransformableProfile(Profileable profileable, List<ProfileTransformer> transformers)