Package org.spongepowered.api.datapack
Interface DataPack<T>
-
Method Details
-
name
String name()Returns the name of the data pack- Returns:
- The name
-
description
String description()Returns the data pack description- Returns:
- The description
-
type
DataPackType<T> type()Returns the data pack type- Returns:
- The data pack type
-