Uses of Interface
org.bukkit.Registry
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Registry in io.papermc.paper.registry
Modifier and TypeMethodDescriptionRegistryAccess.getRegistry
(RegistryKey<T> registryKey) Gets the registry with the specified key.RegistryAccess.getRegistry
(Class<T> type) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Registry in io.papermc.paper.registry.set
Modifier and TypeMethodDescriptionResolve this set into a collection of values. -
Uses of Registry in org.bukkit
Modifier and TypeClassDescriptionstatic class
Registry.NotARegistry<A extends Keyed>
static class
Registry.SimpleRegistry<T extends Enum<T> & Keyed>
Modifier and TypeFieldDescriptionstatic final Registry
<Advancement> Registry.ADVANCEMENT
Deprecated, for removal: This API element is subject to removal in a future version.Registry.ART
Deprecated.Registry.ATTRIBUTE
Attribute.static final Registry
<PatternType> Registry.BANNER_PATTERN
Deprecated.Registry.BIOME
Deprecated.Registry.BLOCK
Server block types.static final Registry
<KeyedBossBar> Registry.BOSS_BARS
Deprecated, for removal: This API element is subject to removal in a future version.Registry.CAT_VARIANT
Server cat types.static final Registry
<DamageType> Registry.DAMAGE_TYPE
Deprecated.static final Registry
<DataComponentType> Registry.DATA_COMPONENT_TYPE
Data component types.static final Registry
<Enchantment> Registry.ENCHANTMENT
Deprecated.static final Registry
<EntityType> Registry.ENTITY_TYPE
Server entity types.Registry.FLUID
Server fluids.static final Registry
<Frog.Variant> Registry.FROG_VARIANT
Frog variants.Registry.GAME_EVENT
Game events.static final Registry
<MusicInstrument> Registry.INSTRUMENT
Deprecated.Registry.ITEM
Server item types.static final Registry
<JukeboxSong> Registry.JUKEBOX_SONG
Deprecated.static final Registry
<LootTables> Registry.LOOT_TABLES
Default server loot tables.static final Registry
<MapCursor.Type> Registry.MAP_DECORATION_TYPE
Map cursor types.Registry.MATERIAL
Server materials.Registry.MEMORY_MODULE_TYPE
Memory Keys.Registry.MENU
Server menus.static final Registry
<PotionEffectType> Registry.MOB_EFFECT
Server mob effects.Registry.PARTICLE_TYPE
Server particles.static final Registry
<PotionType> Registry.POTION
Server potions.Registry.SOUND_EVENT
Sound events.Registry.STATISTIC
Server statistics.Registry.STRUCTURE
Deprecated.static final Registry
<StructureType> Registry.STRUCTURE_TYPE
Server structure types.static final Registry
<TrimMaterial> Registry.TRIM_MATERIAL
Deprecated.static final Registry
<TrimPattern> Registry.TRIM_PATTERN
Deprecated.static final Registry
<Villager.Profession> Registry.VILLAGER_PROFESSION
Villager profession.static final Registry
<Villager.Type> Registry.VILLAGER_TYPE
Villager type.static final Registry
<Wolf.Variant> Registry.WOLF_VARIANT
Deprecated.Modifier and TypeMethodDescriptionBukkit.getRegistry
(@NotNull Class<T> tClass) Deprecated.useRegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey)
with keys fromRegistryKey
Server.getRegistry
(@NotNull Class<T> tClass) Deprecated.useRegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey)
with keys fromRegistryKey
RegistryAccess.getRegistry(RegistryKey)
with keys fromRegistryKey