Uses of Class
dev.wyck.wrapper.environment.attribute.EnvironmentAttributeMap.Builder
Packages that use EnvironmentAttributeMap.Builder
-
Uses of EnvironmentAttributeMap.Builder in dev.wyck.wrapper.environment.attribute
Methods in dev.wyck.wrapper.environment.attribute that return EnvironmentAttributeMap.BuilderModifier and TypeMethodDescriptionEnvironmentAttributeMap.Builder.attribute(EnvironmentAttributeSupplier<V> supplier, V value) Sets an attribute in the builder.EnvironmentAttributeMap.Builder.attribute(FriendlyColorSupplier supplier, String hex) Sets a color attribute in the builder using a hex string.EnvironmentAttributeMap.builder()Creates a new Builder instance.EnvironmentAttributeMap.Builder.clear()Removes all attributes from this builder.EnvironmentAttributeMap.Builder.merge(EnvironmentAttributeMap source) Adds all attributes from the given map.EnvironmentAttributeMap.toBuilder()