Uses of Class
org.geysermc.geyser.registry.SimpleRegistry
-
Uses of SimpleRegistry in org.geysermc.geyser.registry
Modifier and TypeFieldDescriptionstatic SimpleRegistry<com.nukkitx.nbt.NbtMap>
Registries.BEDROCK_ENTITY_IDENTIFIERS
A registry holding a CompoundTag of the known entity identifiers.static SimpleRegistry<it.unimi.dsi.fastutil.objects.Object2IntMap<String>>
Registries.BIOME_IDENTIFIERS
A mapped registry which stores Java biome identifiers and their Bedrock biome identifier.static SimpleRegistry<com.nukkitx.nbt.NbtMap>
Registries.BIOMES_NBT
A registry holding a CompoundTag of all the known biomes.static SimpleRegistry<Set<com.nukkitx.protocol.bedrock.data.inventory.PotionMixData>>
Registries.POTION_MIXES
A registry holding all the potion mixes.static SimpleRegistry<it.unimi.dsi.fastutil.ints.IntSet>
BlockRegistries.WATERLOGGED
A registry containing all the waterlogged blockstates.Modifier and TypeMethodDescriptionstatic <I, M> SimpleRegistry<M>
SimpleRegistry.create(I input, Supplier<RegistryLoader<I,M>> registryLoader)
Creates a new registry with the givenRegistryLoader
supplier and input.static <I, M> SimpleRegistry<M>
SimpleRegistry.create(I input, RegistryLoader<I,M> registryLoader)
Creates a new registry with the givenRegistryLoader
and input.static <I, M> SimpleRegistry<M>
SimpleRegistry.create(Supplier<RegistryLoader<I,M>> registryLoader)
Creates a new registry with the givenRegistryLoader
supplier.static <I, M> SimpleRegistry<M>
SimpleRegistry.create(RegistryLoader<I,M> registryLoader)
Creates a new registry with the givenRegistryLoader
.