| Package | Description |
|---|---|
| org.geysermc.connector.registry | |
| org.geysermc.connector.registry.loader |
| Modifier and Type | Method and Description |
|---|---|
static <I,K,V,C extends Map<K,V>> |
MappedRegistry.create(I input,
RegistryLoader<I,C> registryLoader) |
static <I,V> VersionedRegistry<V> |
VersionedRegistry.create(I input,
RegistryLoader<I,it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>> registryLoader) |
static <I,M> SimpleRegistry<M> |
SimpleRegistry.create(I input,
RegistryLoader<I,M> registryLoader) |
static <I,K,V> SimpleMappedRegistry<K,V> |
SimpleMappedRegistry.create(I input,
RegistryLoader<I,Map<K,V>> registryLoader) |
static <I,K,V,C extends Map<K,V>> |
MappedRegistry.create(RegistryLoader<I,C> registryLoader) |
static <I,V> VersionedRegistry<V> |
VersionedRegistry.create(RegistryLoader<I,it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>> registryLoader) |
static <I,M> SimpleRegistry<M> |
SimpleRegistry.create(RegistryLoader<I,M> registryLoader) |
static <I,K,V> SimpleMappedRegistry<K,V> |
SimpleMappedRegistry.create(RegistryLoader<I,Map<K,V>> registryLoader) |
| Modifier and Type | Method and Description |
|---|---|
static <I,K,V,C extends Map<K,V>> |
MappedRegistry.create(I input,
Supplier<RegistryLoader<I,C>> registryLoader) |
static <I,V> VersionedRegistry<V> |
VersionedRegistry.create(I input,
Supplier<RegistryLoader<I,it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>>> registryLoader) |
static <I,M> SimpleRegistry<M> |
SimpleRegistry.create(I input,
Supplier<RegistryLoader<I,M>> registryLoader) |
static <I,K,V> SimpleMappedRegistry<K,V> |
SimpleMappedRegistry.create(I input,
Supplier<RegistryLoader<I,Map<K,V>>> registryLoader) |
static <I,K,V,C extends Map<K,V>> |
MappedRegistry.create(Supplier<RegistryLoader<I,C>> registryLoader) |
static <I,V> VersionedRegistry<V> |
VersionedRegistry.create(Supplier<RegistryLoader<I,it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>>> registryLoader) |
static <I,M> SimpleRegistry<M> |
SimpleRegistry.create(Supplier<RegistryLoader<I,M>> registryLoader) |
static <I,K,V> SimpleMappedRegistry<K,V> |
SimpleMappedRegistry.create(Supplier<RegistryLoader<I,Map<K,V>>> registryLoader) |
| Constructor and Description |
|---|
AbstractMappedRegistry(I input,
RegistryLoader<I,C> registryLoader) |
MappedRegistry(I input,
RegistryLoader<I,C> registryLoader) |
Registry(I input,
RegistryLoader<I,M> registryLoader) |
SimpleMappedRegistry(I input,
RegistryLoader<I,Map<K,V>> registryLoader) |
VersionedRegistry(I input,
RegistryLoader<I,it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>> registryLoader) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedRegistryLoader<R,A extends Annotation,V> |
class |
BlockEntityRegistryLoader |
class |
CollisionRegistryLoader |
class |
EffectRegistryLoader<T> |
class |
MultiResourceRegistryLoader<I,V> |
class |
NbtRegistryLoader |
class |
ParticleTypesRegistryLoader |
class |
PotionMixRegistryLoader
Generates a collection of
PotionMixData that enables the
Bedrock client to place brewing items into the brewing stand. |
class |
SoundEffectsRegistryLoader |
class |
SoundHandlerRegistryLoader |
class |
SoundRegistryLoader |
| Modifier and Type | Method and Description |
|---|---|
static <V> RegistryLoader<Object,V> |
RegistryLoaders.empty(Supplier<V> value) |
Copyright © 2021 GeyserMC. All rights reserved.