Class JavaRegistries
java.lang.Object
org.geysermc.geyser.session.cache.registry.JavaRegistries
Stores
JavaRegistryKey for Java registries that are used for loading of data-driven objects, tags, or both. Read JavaRegistryKey for more information on how to use one.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JavaRegistryKey<Block>static final JavaRegistryKey<Enchantment>static final JavaRegistryKey<Item> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable JavaRegistryKey<?>fromKey(net.kyori.adventure.key.Key registryKey)
-
Field Details
-
BLOCK
-
ITEM
-
ENCHANTMENT
-
-
Constructor Details
-
JavaRegistries
public JavaRegistries()
-
-
Method Details
-
fromKey
-