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:Destructible
Destroys this object.- Specified by:
destroy
in interfaceDestructible
-
toString
Description copied from interface:Printable
Returns a string representation of this object.
-