Interface Registered.Generated

All Superinterfaces:
Registered
All Known Implementing Classes:
ArmorMap, AstralActions, AstralBlocks, AstralConditions, AstralData, AstralDataLoaders, AstralGamerules, AstralItemGroups, AstralItems, AstralPotions, AstralPowers, AstralSoundEvents, AstralStatusEffects, AstralTrinketPredicates, CobbledSandstoneBlock, ContentRegistrar, CustomContent, DyedAmethystBlock, DyedAmethystClusterBlock, DyedAmethystShardItem, DyedBuddingAmethystBlock, DyeMap, LogSlabBlock, PlaceholderMimicItem.Group, RandomEffectItem, RandomizerBlock, RegisteredMap, SmoothStoneStairsBlock
Enclosing interface:
Registered

public static interface Registered.Generated extends Registered
Represents a type that generates assets or data.
Since:
1.5.0
See Also:
  • Method Details

    • generate

      void generate()
      Generates game assets or data.

      It should be assumed that the contained code will only ever run on the server environment.

      Since:
      1.5.0