Uses of Interface
net.kyori.adventure.pointer.PointersSupplier.Builder
Packages that use PointersSupplier.Builder
-
Uses of PointersSupplier.Builder in net.kyori.adventure.pointer
Methods in net.kyori.adventure.pointer that return PointersSupplier.BuilderModifier and TypeMethodDescriptionstatic <T> PointersSupplier.Builder<T> PointersSupplier.builder()Gets a new pointers supplier builder.PointersSupplier.Builder.parent(@Nullable PointersSupplier<? super T> parent) Sets (or removes, ifnull) the parent pointer supplier that will be used to resolve pointers that are not supplied by this supplier.Adds a resolver for a given pointer.