Uses of Class
org.geysermc.geyser.registry.ArrayRegistry
Packages that use ArrayRegistry
-
Uses of ArrayRegistry in org.geysermc.geyser.registry
Fields in org.geysermc.geyser.registry declared as ArrayRegistryModifier and TypeFieldDescriptionstatic ArrayRegistry<BlockMapping>BlockRegistries.JAVA_BLOCKSA registry which stores Java IDs toBlockMapping, containing miscellaneous information about blocks and their behavior in many cases.Methods in org.geysermc.geyser.registry that return ArrayRegistryModifier and TypeMethodDescriptionstatic <I, M> ArrayRegistry<M>ArrayRegistry.create(I input, Supplier<RegistryLoader<I,M[]>> registryLoader)Creates a new array registry with the givenRegistryLoadersupplier and input.static <I, M> ArrayRegistry<M>ArrayRegistry.create(I input, RegistryLoader<I,M[]> registryLoader)Creates a new array registry with the givenRegistryLoaderand input.static <I, M> ArrayRegistry<M>ArrayRegistry.create(Supplier<RegistryLoader<I,M[]>> registryLoader)Creates a new array registry with the givenRegistryLoadersupplier.static <I, M> ArrayRegistry<M>ArrayRegistry.create(RegistryLoader<I,M[]> registryLoader)Creates a new array registry with the givenRegistryLoader.