Uses of Enum Class
com.cryptomorin.xseries.profiles.objects.ProfileInputType
Packages that use ProfileInputType
-
Uses of ProfileInputType in com.cryptomorin.xseries.profiles.objects
Subclasses with type arguments of type ProfileInputType in com.cryptomorin.xseries.profiles.objectsModifier and TypeClassDescriptionenumDifferent types of input patterns that can be used for identifying constructing, and validating various formats that can represent aProfileable.Methods in com.cryptomorin.xseries.profiles.objects that return ProfileInputTypeModifier and TypeMethodDescriptionstatic @Nullable ProfileInputTypeReturns the correspondingProfileInputTypefor the given identifier, if it matches any pattern.static ProfileInputTypeReturns the enum constant of this class with the specified name.static ProfileInputType[]ProfileInputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cryptomorin.xseries.profiles.objects with parameters of type ProfileInputTypeModifier and TypeMethodDescriptionstatic @NotNull ProfileableProfileable.of(@NotNull ProfileInputType type, @NotNull String input) Sets the skull texture based on a string with a known type.Constructors in com.cryptomorin.xseries.profiles.objects with parameters of type ProfileInputType