Interface DataPackType<T>


@CatalogedBy(DataPackTypes.class) public interface DataPackType<T>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    pack(String name, String description)
    Returns a data pack for this data pack type.
  • Method Details

    • pack

      DataPack<T> pack(String name, String description)
      Returns a data pack for this data pack type.
      Parameters:
      name - The pack name
      description - The pack description
      Returns:
      The new pack.