| Package | Description |
|---|---|
| org.geysermc.connector.registry |
| Modifier and Type | Field and Description |
|---|---|
static SimpleRegistry<com.nukkitx.nbt.NbtMap> |
Registries.BIOMES |
static SimpleRegistry<com.nukkitx.nbt.NbtMap> |
Registries.ENTITY_IDENTIFIERS |
static SimpleRegistry<Set<com.nukkitx.protocol.bedrock.data.inventory.PotionMixData>> |
Registries.POTION_MIXES |
static SimpleRegistry<it.unimi.dsi.fastutil.ints.IntSet> |
BlockRegistries.WATERLOGGED |
| Modifier and Type | Method and Description |
|---|---|
static <I,M> SimpleRegistry<M> |
SimpleRegistry.create(I input,
RegistryLoader<I,M> registryLoader)
Creates a new registry with the given
RegistryLoader and input. |
static <I,M> SimpleRegistry<M> |
SimpleRegistry.create(I input,
Supplier<RegistryLoader<I,M>> registryLoader)
Creates a new registry with the given
RegistryLoader supplier
and input. |
static <I,M> SimpleRegistry<M> |
SimpleRegistry.create(RegistryLoader<I,M> registryLoader)
Creates a new registry with the given
RegistryLoader. |
static <I,M> SimpleRegistry<M> |
SimpleRegistry.create(Supplier<RegistryLoader<I,M>> registryLoader)
Creates a new registry with the given
RegistryLoader supplier. |
Copyright © 2021 GeyserMC. All rights reserved.