Uses of Class
com.cryptomorin.xseries.profiles.builder.ProfileFallback
Packages that use ProfileFallback
-
Uses of ProfileFallback in com.cryptomorin.xseries.profiles.builder
Method parameters in com.cryptomorin.xseries.profiles.builder with type arguments of type ProfileFallbackModifier and TypeMethodDescription@NotNull ProfileInstruction<T> ProfileInstruction.onFallback(@Nullable Consumer<ProfileFallback<T>> onFallback) Called when any of theProfileInstruction.fallback(Profileable...)profiles are used, this is also called if no fallback profile is provided, but the main oneProfileInstruction.profile(Profileable)fails.