Uses of Interface
me.hsgamer.topper.value.core.ValueProvider
Packages that use ValueProvider
-
Uses of ValueProvider in me.hsgamer.topper.template.topplayernumber
Methods in me.hsgamer.topper.template.topplayernumber that return types with arguments of type ValueProviderModifier and TypeMethodDescriptionabstract Optional<ValueProvider<UUID, Double>> TopPlayerNumberTemplate.createValueProvider(Map<String, Object> settings) -
Uses of ValueProvider in me.hsgamer.topper.value.core
Methods in me.hsgamer.topper.value.core that return ValueProviderModifier and TypeMethodDescriptiondefault <RK> ValueProvider<RK, V> ValueProvider.beforeApply(Function<@NotNull RK, @Nullable K> mapper) static <K,V> ValueProvider <K, V> ValueProvider.empty()static <K,V> ValueProvider <K, V> static <K,V> ValueProvider <K, V> default <F> ValueProvider<K, F>