Class AstralData

java.lang.Object
dev.jaxydog.astral.register.ContentRegistrar
dev.jaxydog.astral.content.data.AstralData
All Implemented Interfaces:
Registered, Registered.All, Registered.Client, Registered.Common, Registered.Generated, Registered.Server

public final class AstralData extends ContentRegistrar
Contains definitions of all modded-in data types.
Since:
1.0.0
  • Field Details

    • MOON_PHASE

      public static final io.github.apace100.calio.data.SerializableDataType<MoonPhase> MOON_PHASE
      The moon phase data type.
      Since:
      1.0.0
    • MOON_PHASES

      public static final io.github.apace100.calio.data.SerializableDataType<List<MoonPhase>> MOON_PHASES
      The moon phase array data type.
      Since:
      1.0.0
  • Constructor Details

    • AstralData

      public AstralData()