Uses of Interface
org.bukkit.Registry
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
-
Uses of Registry in org.bukkit
Classes in org.bukkit that implement Registry Modifier and Type Class Description static class
Registry.SimpleRegistry<T extends Enum<T> & Keyed>
Fields in org.bukkit declared as Registry Modifier and Type Field Description static Registry<Advancement>
Registry. ADVANCEMENT
Server advancements.static Registry<Art>
Registry. ART
Server art.static Registry<Attribute>
Registry. ATTRIBUTE
Attribute.static Registry<Biome>
Registry. BIOME
Server biomes.static Registry<KeyedBossBar>
Registry. BOSS_BARS
Custom boss bars.static Registry<Enchantment>
Registry. ENCHANTMENT
Server enchantments.static Registry<EntityType>
Registry. ENTITY_TYPE
Server entity types.static Registry<Fluid>
Registry. FLUID
Server fluids.static Registry<LootTables>
Registry. LOOT_TABLES
Default server loot tables.static Registry<Material>
Registry. MATERIAL
Server materials.static Registry<MemoryKey>
Registry. MEMORY_MODULE_TYPE
Memory Keys.static Registry<Statistic>
Registry. STATISTIC
Server statistics.static Registry<Villager.Profession>
Registry. VILLAGER_PROFESSION
Villager profession.static Registry<Villager.Type>
Registry. VILLAGER_TYPE
Villager type.