Class NeoForgePlatformHelper
java.lang.Object
net.darkhax.pricklemc.neoforge.impl.util.NeoForgePlatformHelper
- All Implemented Interfaces:
IPlatformHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the specified configuration path for the game.getName()Gets the name of the platform.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.darkhax.pricklemc.common.api.util.IPlatformHelper
getConfigDirectory
-
Constructor Details
-
NeoForgePlatformHelper
public NeoForgePlatformHelper()
-
-
Method Details
-
getConfigPath
Description copied from interface:IPlatformHelperGets the specified configuration path for the game.- Specified by:
getConfigPathin interfaceIPlatformHelper- Returns:
- The specified configuration path for the game.
-
getName
Description copied from interface:IPlatformHelperGets the name of the platform.- Specified by:
getNamein interfaceIPlatformHelper- Returns:
- The name of the platform.
-