Class SchematicSponge.Metadata

java.lang.Object
net.sandrohc.schematic4j.schematic.SchematicSponge.Metadata
Enclosing class:
SchematicSponge

public static class SchematicSponge.Metadata extends Object
  • Field Details

    • name

      public final String name
      The name of the schematic.
    • author

      public final String author
      The name of the author of the schematic.
    • date

      public final LocalDateTime date
      The date that this schematic was created on.
    • requiredMods

      public final String[] requiredMods
      An array of mod IDs.
    • extra

      public final Map<String,Object> extra
  • Constructor Details

  • Method Details