Uses of Enum
me.friwi.jcefmaven.EnumProgress
Packages that use EnumProgress
-
Uses of EnumProgress in me.friwi.jcefmaven
Methods in me.friwi.jcefmaven that return EnumProgressModifier and TypeMethodDescriptionstatic EnumProgressReturns the enum constant of this type with the specified name.static EnumProgress[]EnumProgress.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.friwi.jcefmaven with parameters of type EnumProgressModifier and TypeMethodDescriptionvoidIProgressHandler.handleProgress(EnumProgress state, float percent) Handles a progress update from the installation and loading process. -
Uses of EnumProgress in me.friwi.jcefmaven.impl.progress
Methods in me.friwi.jcefmaven.impl.progress with parameters of type EnumProgressModifier and TypeMethodDescriptionvoidConsoleProgressHandler.handleProgress(EnumProgress state, float percent)