Class ModInfo
java.lang.Object
com.thecsdev.commonmc.api.util.modinfo.ModInfo
- Direct Known Subclasses:
FabricModInfo, NeoForgeModInfo
Represents basic information about a currently installed mod.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ModInfo
-
-
Method Details
-
getID
-
getName
@NotNull public abstract @NotNull net.minecraft.network.chat.Component getName()Returns the display name of this mod. If the mod does not have a display name, returns the mod'sgetID()as a textComponent. -
getVersion
-