Uses of Interface
net.kyori.adventure.util.InheritanceAwareMap
Packages that use InheritanceAwareMap
-
Uses of InheritanceAwareMap in net.kyori.adventure.util
Subinterfaces with type arguments of type InheritanceAwareMap in net.kyori.adventure.utilModifier and TypeInterfaceDescriptionstatic interfaceA builder for inheritance-aware maps.Methods in net.kyori.adventure.util that return InheritanceAwareMapModifier and TypeMethodDescriptionstatic <K,E> InheritanceAwareMap <K, E> InheritanceAwareMap.empty()Get an empty inheritance aware map.Get an updated inheritance aware map with the provided key changed.Get an updated inheritance aware map with the provided key removed.Methods in net.kyori.adventure.util with parameters of type InheritanceAwareMapModifier and TypeMethodDescriptionstatic <K,E> InheritanceAwareMap.Builder <K, E> InheritanceAwareMap.builder(InheritanceAwareMap<? extends K, ? extends E> existing) Create a new builder for an inheritance aware map.InheritanceAwareMap.Builder.putAll(InheritanceAwareMap<? extends C, ? extends V> map) Put values from an existing inheritance-aware map into this map.