Package net.kyori.adventure.util
package net.kyori.adventure.util
Miscellaneous utilities.
-
ClassDescriptionSomething that can provide red, green, and blue, and alpha colour components.Buildable<R,
B extends Buildable.Builder<R>> Something that can be built.Deprecated.A combination encoder and decoder.Codec.Decoder<D,E, X extends Throwable> A decoder.Codec.Encoder<D,E, X extends Throwable> An encoder.An iterable that forwards theForwardingIterator.iterator()
andForwardingIterator.spliterator()
calls to somesuppliers
.Something that can provide hue, saturation, and value color components.Index<K,V> A bi-directional map in which keys and values must be unique.InheritanceAwareMap<C,V> A map type that will traverse class hierarchy to find a value for a key.A builder for inheritance-aware maps.IntFunction2<R>A function that takes twoint
s as input and produces aR
result.Listenable<L>Something that has listeners.Collection
related utilities.A nag.Elements annotated with thePlatformAPI
annotation are intended for platform implementations of the Adventure API only and should not be used by standard developers.Something that can provide red, green, and blue colour components.Tools for working withServiceLoader
s.A fallback service.Various utilities.Standard game tick utilities.Similar to aboolean
but with three states.AResourceBundle.Control
that enforces UTF-8 string encoding.
AbstractBuilder