Package net.kyori.adventure.pointer
Key/Value based pointers to information.
-
Interface Summary Interface Description Pointer<V> A pointer to a resource.Pointered Something that can retrieve values based on a givenPointer
.Pointers A collection ofpointers
.Pointers.Builder A builder of pointers.PointersSupplier<T> A supplier ofPointers
that allows for the implementation of pointers in a static context without having to manually create a new pointers instance for each instance of a given type.PointersSupplier.Builder<T> A builder forPointersSupplier
.