ProjectType

public enum ProjectType extends Enum<ProjectType>

The project type.

Entries

Link copied to clipboard
Mod

For a mod, it will import all essential dependencies of Mindustry.

Link copied to clipboard
Plugin

For a plugin, it will only import server-related dependencies of Mindustry.

Functions

Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Integer getOrdinal()

Properties

Link copied to clipboard
private final String name
Link copied to clipboard
private final Integer ordinal