Uses of Class
org.geysermc.geyser.registry.IntMappedRegistry
Packages that use IntMappedRegistry
-
Uses of IntMappedRegistry in org.geysermc.geyser.registry
Fields in org.geysermc.geyser.registry declared as IntMappedRegistryModifier and TypeFieldDescriptionstatic IntMappedRegistry<BlockCollision>Registries.COLLISIONSA mapped registry containing which holds block IDs to itsBlockCollision.static IntMappedRegistry<com.nukkitx.protocol.bedrock.data.SoundEvent>Registries.RECORDSA mapped registry holding the available records, with the ID of the record being the key, and theSoundEventas the value.Methods in org.geysermc.geyser.registry that return IntMappedRegistryModifier and TypeMethodDescriptionstatic <I, V> IntMappedRegistry<V>IntMappedRegistry.create(I input, Supplier<RegistryLoader<I,it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>>> registryLoader)Creates a new integer mapped registry with the givenRegistryLoaderand input.static <I, V> IntMappedRegistry<V>IntMappedRegistry.create(RegistryLoader<I,it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>> registryLoader)Creates a new integer mapped registry with the givenRegistryLoader.