Package net.fabricmc.fabric.api.lookup.v1.custom

Types

ApiLookupMap
Link copied to clipboard
public interface ApiLookupMap<L> implements Iterable<L>
A a map meant to be used as the backing storage for custom {@code ApiLookup} instances, to implement a custom equivalent of BlockApiLookup#get.
ApiProviderMap
Link copied to clipboard
public interface ApiProviderMap<K, V>
A fast thread-safe copy-on-write map meant to be used as the backing storage for registered providers.