Uses of Interface
dev.wyck.wrapper.environment.attribute.EnvironmentAttribute.Converter
Packages that use EnvironmentAttribute.Converter
-
Uses of EnvironmentAttribute.Converter in dev.wyck.wrapper.environment.attribute
Methods in dev.wyck.wrapper.environment.attribute with parameters of type EnvironmentAttribute.ConverterModifier and TypeMethodDescriptionstatic <V,U> EnvironmentAttribute <V> EnvironmentAttribute.of(ResourceKey key, @Nullable EnvironmentAttribute.Converter<V, U> converter) Gets an EnvironmentAttribute instance for the given key.static <V,U> EnvironmentAttribute <V> EnvironmentAttribute.of(ResourceKey key, @Nullable EnvironmentAttribute.Converter<V, U> converter, @Nullable V defaultValue) Gets an EnvironmentAttribute instance for the given key and default value.static <V,U> EnvironmentAttributeSupplier <V> EnvironmentAttribute.ofSupplier(ResourceKey key, @Nullable EnvironmentAttribute.Converter<V, U> converter) Gets an EnvironmentAttributeSupplier instance for the given key and default value.