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 final class
Registry.SimpleRegistry<T extends Enum<T> & Keyed>
Modifier and TypeFieldDescriptionstatic final Registry
<Advancement> Registry.ADVANCEMENT
Server advancements.Registry.ART
Server art.Registry.ATTRIBUTE
Deprecated.static final Registry
<PatternType> Registry.BANNER_PATTERN
Registry.BIOME
Deprecated.Registry.BLOCK
Server block types.static final Registry
<KeyedBossBar> Registry.BOSS_BARS
Custom boss bars.Registry.CAT_VARIANT
Server cat types.static final Registry
<DamageType> Registry.DAMAGE_TYPE
Deprecated.static final Registry
<PotionEffectType> Registry.EFFECT
Server mob effects.static final Registry
<Enchantment> Registry.ENCHANTMENT
Deprecated.static final Registry
<EntityType> Registry.ENTITY_TYPE
Server entity types.Registry.FLUID
Deprecated.static final Registry
<Frog.Variant> Registry.FROG_VARIANT
Frog variants.Registry.GAME_EVENT
Game events.static final Registry
<MusicInstrument> Registry.INSTRUMENT
Server instruments.Registry.ITEM
Server item types.static final Registry
<JukeboxSong> Registry.JUKEBOX_SONG
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.Registry.PARTICLE_TYPE
Server particles.static final Registry
<PotionType> Registry.POTION
Server potions.static final Registry
<PotionEffectType> Registry.POTION_EFFECT_TYPE
Potion effect types.Registry.SOUNDS
Sound keys.Registry.STATISTIC
Server statistics.Registry.STRUCTURE
Deprecated.static final Registry
<StructureType> Registry.STRUCTURE_TYPE
Server structure types.static final Registry
<TrimMaterial> Registry.TRIM_MATERIAL
static final Registry
<TrimPattern> Registry.TRIM_PATTERN
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
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
Modifier and TypeMethodDescription<B extends Keyed>
BUnsafeValues.get
(Registry<B> registry, NamespacedKey key) Deprecated.
RegistryAccess.getRegistry(RegistryKey)
with keys fromRegistryKey