Uses of Class
org.geysermc.geyser.registry.SimpleRegistry
Packages that use SimpleRegistry
-
Uses of SimpleRegistry in org.geysermc.geyser.registry
Fields in org.geysermc.geyser.registry declared as SimpleRegistryModifier and TypeFieldDescriptionstatic SimpleRegistry<com.nukkitx.nbt.NbtMap>Registries.BEDROCK_ENTITY_IDENTIFIERSA registry holding a CompoundTag of the known entity identifiers.static SimpleRegistry<it.unimi.dsi.fastutil.objects.Object2IntMap<String>>Registries.BIOME_IDENTIFIERSA mapped registry which stores Java biome identifiers and their Bedrock biome identifier.static SimpleRegistry<com.nukkitx.nbt.NbtMap>Registries.BIOMES_NBTA registry holding a CompoundTag of all the known biomes.static SimpleRegistry<Set<com.nukkitx.protocol.bedrock.data.inventory.PotionMixData>>Registries.POTION_MIXESA registry holding all the potion mixes.static SimpleRegistry<it.unimi.dsi.fastutil.ints.IntSet>BlockRegistries.WATERLOGGEDA registry containing all the waterlogged blockstates.Methods in org.geysermc.geyser.registry that return SimpleRegistryModifier and TypeMethodDescriptionstatic <I, M> SimpleRegistry<M>SimpleRegistry.create(I input, Supplier<RegistryLoader<I,M>> registryLoader)Creates a new registry with the givenRegistryLoadersupplier and input.static <I, M> SimpleRegistry<M>SimpleRegistry.create(I input, RegistryLoader<I,M> registryLoader)Creates a new registry with the givenRegistryLoaderand input.static <I, M> SimpleRegistry<M>SimpleRegistry.create(Supplier<RegistryLoader<I,M>> registryLoader)Creates a new registry with the givenRegistryLoadersupplier.static <I, M> SimpleRegistry<M>SimpleRegistry.create(RegistryLoader<I,M> registryLoader)Creates a new registry with the givenRegistryLoader.