Package net.minestom.server.registry
Class Registries.Delegating
java.lang.Object
net.minestom.server.registry.Registries.Delegating
- All Implemented Interfaces:
Registries
- Enclosing interface:
Registries
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minestom.server.registry.Registries
Registries.Delegating, Registries.Selector<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull DynamicRegistry<BannerPattern> @NotNull DynamicRegistry<Biome> biome()blocks()@NotNull DynamicRegistry<CatVariant> @NotNull DynamicRegistry<ChatType> chatType()@NotNull DynamicRegistry<ChickenVariant> @NotNull DynamicRegistry<CowVariant> @NotNull DynamicRegistry<DamageType> @NotNull DynamicRegistry<DimensionType> @NotNull DynamicRegistry<Enchantment> @NotNull DynamicRegistry<StructCodec<? extends EntityEffect>> @NotNull DynamicRegistry<StructCodec<? extends LevelBasedValue>> @NotNull DynamicRegistry<StructCodec<? extends LocationEffect>> @NotNull DynamicRegistry<StructCodec<? extends ValueEffect>> @NotNull Registry<EntityType> fluid()@NotNull DynamicRegistry<FrogVariant> @NotNull DynamicRegistry<Instrument> @NotNull DynamicRegistry<JukeboxSong> material()@NotNull DynamicRegistry<PaintingVariant> @NotNull DynamicRegistry<PigVariant> @NotNull Registry<PotionEffect> @NotNull DynamicRegistry<TrimMaterial> @NotNull DynamicRegistry<TrimPattern> @NotNull DynamicRegistry<WolfSoundVariant> @NotNull DynamicRegistry<WolfVariant>
-
Constructor Details
-
Delegating
-
-
Method Details
-
blocks
- Specified by:
blocksin interfaceRegistries
-
material
- Specified by:
materialin interfaceRegistries
-
potionEffect
- Specified by:
potionEffectin interfaceRegistries
-
entityType
- Specified by:
entityTypein interfaceRegistries
-
fluid
- Specified by:
fluidin interfaceRegistries
-
gameEvent
- Specified by:
gameEventin interfaceRegistries
-
chatType
- Specified by:
chatTypein interfaceRegistries
-
dimensionType
- Specified by:
dimensionTypein interfaceRegistries
-
biome
- Specified by:
biomein interfaceRegistries
-
damageType
- Specified by:
damageTypein interfaceRegistries
-
trimMaterial
- Specified by:
trimMaterialin interfaceRegistries
-
trimPattern
- Specified by:
trimPatternin interfaceRegistries
-
bannerPattern
- Specified by:
bannerPatternin interfaceRegistries
-
enchantment
- Specified by:
enchantmentin interfaceRegistries
-
paintingVariant
- Specified by:
paintingVariantin interfaceRegistries
-
jukeboxSong
- Specified by:
jukeboxSongin interfaceRegistries
-
instrument
- Specified by:
instrumentin interfaceRegistries
-
wolfVariant
- Specified by:
wolfVariantin interfaceRegistries
-
wolfSoundVariant
- Specified by:
wolfSoundVariantin interfaceRegistries
-
catVariant
- Specified by:
catVariantin interfaceRegistries
-
chickenVariant
- Specified by:
chickenVariantin interfaceRegistries
-
cowVariant
- Specified by:
cowVariantin interfaceRegistries
-
frogVariant
- Specified by:
frogVariantin interfaceRegistries
-
pigVariant
- Specified by:
pigVariantin interfaceRegistries
-
enchantmentLevelBasedValues
@NotNull public @NotNull DynamicRegistry<StructCodec<? extends LevelBasedValue>> enchantmentLevelBasedValues()- Specified by:
enchantmentLevelBasedValuesin interfaceRegistries
-
enchantmentValueEffects
@NotNull public @NotNull DynamicRegistry<StructCodec<? extends ValueEffect>> enchantmentValueEffects()- Specified by:
enchantmentValueEffectsin interfaceRegistries
-
enchantmentEntityEffects
@NotNull public @NotNull DynamicRegistry<StructCodec<? extends EntityEffect>> enchantmentEntityEffects()- Specified by:
enchantmentEntityEffectsin interfaceRegistries
-
enchantmentLocationEffects
@NotNull public @NotNull DynamicRegistry<StructCodec<? extends LocationEffect>> enchantmentLocationEffects()- Specified by:
enchantmentLocationEffectsin interfaceRegistries
-