Uses of Interface
org.bukkit.Registry
Packages that use Registry
Package
Description
This package contains the API for registry sets in Paper.
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Registry in io.papermc.paper.registry
Methods in io.papermc.paper.registry that return RegistryModifier 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.Methods in io.papermc.paper.registry with parameters of type Registry -
Uses of Registry in io.papermc.paper.registry.set
Methods in io.papermc.paper.registry.set with parameters of type RegistryModifier and TypeMethodDescriptionResolve this set into a collection of values. -
Uses of Registry in org.bukkit
Classes in org.bukkit that implement RegistryModifier and TypeClassDescriptionstatic class
Registry.NotARegistry<A extends Keyed>
static class
Registry.SimpleRegistry<T extends Enum<T> & Keyed>
Fields in org.bukkit declared as RegistryModifier 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
Deprecated.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
Deprecated.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.Methods in org.bukkit that return RegistryModifier 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