Uses of Class
me.hsgamer.topper.value.core.ValueWrapper.State
-
-
Uses of ValueWrapper.State in me.hsgamer.topper.value.core
Fields in me.hsgamer.topper.value.core declared as ValueWrapper.State Modifier and Type Field Description @NotNull ValueWrapper.StateValueWrapper. stateMethods in me.hsgamer.topper.value.core that return ValueWrapper.State Modifier and Type Method Description static ValueWrapper.StateValueWrapper.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueWrapper.State[]ValueWrapper.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in me.hsgamer.topper.value.core with parameters of type ValueWrapper.State Constructor Description ValueWrapper(@NotNull ValueWrapper.State state, T value, @NotNull String errorMessage, @Nullable Throwable throwable)
-