Uses of Enum
com.cryptomorin.xseries.profiles.objects.ProfileInputType
Packages that use ProfileInputType
-
Uses of ProfileInputType in com.cryptomorin.xseries.profiles.objects
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 type with the specified name.static ProfileInputType[]ProfileInputType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cryptomorin.xseries.profiles.objects with parameters of type ProfileInputTypeModifier and TypeMethodDescriptionstatic ProfileableProfileable.of(ProfileInputType type, 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