Uses of Interface
net.kyori.adventure.util.InheritanceAwareMap.Builder
Packages that use InheritanceAwareMap.Builder
-
Uses of InheritanceAwareMap.Builder in net.kyori.adventure.util
Methods in net.kyori.adventure.util that return InheritanceAwareMap.BuilderModifier and TypeMethodDescriptionstatic <K,E> InheritanceAwareMap.Builder <K, E> InheritanceAwareMap.builder()Create a new builder for an inheritance aware map.static <K,E> InheritanceAwareMap.Builder <K, E> InheritanceAwareMap.builder(InheritanceAwareMap<? extends K, ? extends E> existing) Create a new builder for an inheritance aware map.Put another value in this map.InheritanceAwareMap.Builder.putAll(InheritanceAwareMap<? extends C, ? extends V> map) Put values from an existing inheritance-aware map into this map.Remove a value in this map.InheritanceAwareMap.Builder.strict(boolean strict) Set strict mode for this builder.