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<BannerPattern> static final JavaRegistryKey<Integer> static final JavaRegistryKey<Block> static final JavaRegistryKey<RegistryUnit> static final JavaRegistryKey<CatEntity.BuiltInVariant> static final JavaRegistryKey<org.geysermc.mcprotocollib.protocol.data.game.chat.ChatType> static final JavaRegistryKey<RegistryUnit> static final JavaRegistryKey<TemperatureVariantAnimal.BuiltInVariant> static final JavaRegistryKey<RegistryUnit> static final JavaRegistryKey<TemperatureVariantAnimal.BuiltInVariant> static final JavaRegistryKey<RegistryUnit> static final JavaRegistryKey<Dialog> static final JavaRegistryKey<JavaDimension> static final JavaRegistryKey<Enchantment> static JavaRegistryKey<org.geysermc.mcprotocollib.protocol.data.game.entity.type.EntityType> static final JavaRegistryKey<FrogEntity.BuiltInVariant> static final JavaRegistryKey<GeyserInstrument> static final JavaRegistryKey<Item> static final JavaRegistryKey<JukeboxSong> static final JavaRegistryKey<PaintingType> static final JavaRegistryKey<RegistryUnit> static final JavaRegistryKey<TemperatureVariantAnimal.BuiltInVariant> static final JavaRegistryKey<org.cloudburstmc.protocol.bedrock.data.TrimMaterial> static final JavaRegistryKey<org.cloudburstmc.protocol.bedrock.data.TrimPattern> static final JavaRegistryKey<RegistryUnit> static final JavaRegistryKey<WolfEntity.BuiltInVariant> static final JavaRegistryKey<RegistryUnit> static final JavaRegistryKey<ZombieNautilusEntity.BuiltInVariant> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable JavaRegistryKey<?> fromKey(net.kyori.adventure.key.Key registryKey)
-
Field Details
-
BLOCK
-
ITEM
-
ENTITY_TYPE
public static JavaRegistryKey<org.geysermc.mcprotocollib.protocol.data.game.entity.type.EntityType> ENTITY_TYPE -
CHAT_TYPE
public static final JavaRegistryKey<org.geysermc.mcprotocollib.protocol.data.game.chat.ChatType> CHAT_TYPE -
DIMENSION_TYPE
-
BIOME
-
ENCHANTMENT
-
BANNER_PATTERN
-
INSTRUMENT
-
JUKEBOX_SONG
-
PAINTING_VARIANT
-
TRIM_MATERIAL
public static final JavaRegistryKey<org.cloudburstmc.protocol.bedrock.data.TrimMaterial> TRIM_MATERIAL -
TRIM_PATTERN
public static final JavaRegistryKey<org.cloudburstmc.protocol.bedrock.data.TrimPattern> TRIM_PATTERN -
DAMAGE_TYPE
-
DIALOG
-
WORLD_CLOCK
-
CAT_VARIANT
-
CAT_SOUND_VARIANT
-
FROG_VARIANT
-
WOLF_VARIANT
-
WOLF_SOUND_VARIANT
-
PIG_VARIANT
-
PIG_SOUND_VARIANT
-
COW_VARIANT
-
COW_SOUND_VARIANT
-
CHICKEN_VARIANT
-
CHICKEN_SOUND_VARIANT
-
ZOMBIE_NAUTILUS_VARIANT
-
-
Constructor Details
-
JavaRegistries
public JavaRegistries()
-
-
Method Details
-
fromKey
-