Package dev.prozilla.pine.core.mod
Class ModEntry
java.lang.Object
dev.prozilla.pine.core.mod.ModEntry
- All Implemented Interfaces:
Destructible,Printable
Represents a modification (mod) loaded by the
ModManager.
Serves as a container for mod functionality and metadata.-
Field Details
-
mod
-
metadata
-
-
Constructor Details
-
ModEntry
-
-
Method Details
-
destroy
public void destroy()Description copied from interface:DestructibleDestroys this object.- Specified by:
destroyin interfaceDestructible
-
toString
Description copied from interface:PrintableReturns a string representation of this object.
-