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:
blocks
in interfaceRegistries
-
material
- Specified by:
material
in interfaceRegistries
-
potionEffect
- Specified by:
potionEffect
in interfaceRegistries
-
entityType
- Specified by:
entityType
in interfaceRegistries
-
fluid
- Specified by:
fluid
in interfaceRegistries
-
gameEvent
- Specified by:
gameEvent
in interfaceRegistries
-
chatType
- Specified by:
chatType
in interfaceRegistries
-
dimensionType
- Specified by:
dimensionType
in interfaceRegistries
-
biome
- Specified by:
biome
in interfaceRegistries
-
damageType
- Specified by:
damageType
in interfaceRegistries
-
trimMaterial
- Specified by:
trimMaterial
in interfaceRegistries
-
trimPattern
- Specified by:
trimPattern
in interfaceRegistries
-
bannerPattern
- Specified by:
bannerPattern
in interfaceRegistries
-
enchantment
- Specified by:
enchantment
in interfaceRegistries
-
paintingVariant
- Specified by:
paintingVariant
in interfaceRegistries
-
jukeboxSong
- Specified by:
jukeboxSong
in interfaceRegistries
-
instrument
- Specified by:
instrument
in interfaceRegistries
-
wolfVariant
- Specified by:
wolfVariant
in interfaceRegistries
-
wolfSoundVariant
- Specified by:
wolfSoundVariant
in interfaceRegistries
-
catVariant
- Specified by:
catVariant
in interfaceRegistries
-
chickenVariant
- Specified by:
chickenVariant
in interfaceRegistries
-
cowVariant
- Specified by:
cowVariant
in interfaceRegistries
-
frogVariant
- Specified by:
frogVariant
in interfaceRegistries
-
pigVariant
- Specified by:
pigVariant
in interfaceRegistries
-
enchantmentLevelBasedValues
@NotNull public @NotNull DynamicRegistry<StructCodec<? extends LevelBasedValue>> enchantmentLevelBasedValues()- Specified by:
enchantmentLevelBasedValues
in interfaceRegistries
-
enchantmentValueEffects
@NotNull public @NotNull DynamicRegistry<StructCodec<? extends ValueEffect>> enchantmentValueEffects()- Specified by:
enchantmentValueEffects
in interfaceRegistries
-
enchantmentEntityEffects
@NotNull public @NotNull DynamicRegistry<StructCodec<? extends EntityEffect>> enchantmentEntityEffects()- Specified by:
enchantmentEntityEffects
in interfaceRegistries
-
enchantmentLocationEffects
@NotNull public @NotNull DynamicRegistry<StructCodec<? extends LocationEffect>> enchantmentLocationEffects()- Specified by:
enchantmentLocationEffects
in interfaceRegistries
-