Package eu.sculkpowered.server.registry
Class Registries
java.lang.Object
eu.sculkpowered.server.registry.Registries
-
Method Summary
Modifier and TypeMethodDescriptionstatic Registry.Mutable
<Biome> biomes()
static Registry
<BlockState> blocks()
static Registry.Mutable
<DamageType> static Registry
<DataComponentType<?>> static Registry.Mutable
<Dimension> static Registry
<Enchantment> static Registry
<MobEffectType> static Registry
<PotionType> potions()
static void
set
(Registry.Mutable<Dimension> dimensions, Registry.Mutable<Biome> biomes, Registry.Mutable<DamageType> damageTypes, Registry<BlockState> blocks, Registry<Material> materials, Registry<Enchantment> enchantments, Registry<PotionType> potions, Registry<MobEffectType> mobEffects, Registry<DataComponentType<?>> dataComponentTypes, Registry<Attribute> attributes)
-
Method Details
-
dimensions
-
biomes
-
damageTypes
-
blocks
-
materials
-
enchantments
-
potions
-
mobEffects
-
dataComponentTypes
-
attributes
-
set
@Internal public static void set(Registry.Mutable<Dimension> dimensions, Registry.Mutable<Biome> biomes, Registry.Mutable<DamageType> damageTypes, Registry<BlockState> blocks, Registry<Material> materials, Registry<Enchantment> enchantments, Registry<PotionType> potions, Registry<MobEffectType> mobEffects, Registry<DataComponentType<?>> dataComponentTypes, Registry<Attribute> attributes)
-