Class NeoForgePlatformImpl
java.lang.Object
net.dillon.dillonlib.platform.ModPlatform
net.dillon.dillonlib.platform.NeoForgePlatformImpl
- All Implemented Interfaces:
Loadable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ModPlatform
registerCommonCommands, registerEvents, registerServerCommands
-
Constructor Details
-
NeoForgePlatformImpl
public NeoForgePlatformImpl()
-
-
Method Details
-
modId
- Specified by:
modIdin interfaceLoadable- Specified by:
modIdin classModPlatform- Returns:
- the mod id for this platform. Should return your mod id from your common mod class.
-
release
- Specified by:
releasein classModPlatform- Returns:
- the
Releasefor your mod (stable,beta,alpha).
-
modVersion
- Specified by:
modVersionin classModPlatform- Returns:
- your mod version.
- See Also:
-
platform
- Specified by:
platformin classModPlatform- Returns:
- the
Platformfor your mod (fabric,neoforge,forge, etc.)
-