Class SFSparkPlugin
java.lang.Object
com.soulfiremc.server.spark.SFSparkPlugin
- All Implemented Interfaces:
me.lucko.spark.common.SparkPlugin, me.lucko.spark.common.util.log.Logger
-
Field Summary
Fields inherited from interface me.lucko.spark.common.util.log.Logger
FALLBACK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAsync(Runnable task) me.lucko.spark.common.platform.PlatformInfovoidinit()voidvoidme.lucko.spark.common.SparkPlatformplatform()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.lucko.spark.common.SparkPlugin
createClassFinder, createClassSourceLookup, createExtraMetadataProvider, createPlayerPingProvider, createServerConfigProvider, createTickHook, createTickReporter, createTickStatistics, createWorldInfoProvider, executeSync, getDefaultThreadDumper, getKnownSources, registerApi
-
Constructor Details
-
SFSparkPlugin
-
-
Method Details
-
init
public void init() -
getVersion
- Specified by:
getVersionin interfaceme.lucko.spark.common.SparkPlugin
-
getPluginDirectory
- Specified by:
getPluginDirectoryin interfaceme.lucko.spark.common.SparkPlugin
-
getCommandName
- Specified by:
getCommandNamein interfaceme.lucko.spark.common.SparkPlugin
-
getCommandSenders
- Specified by:
getCommandSendersin interfaceme.lucko.spark.common.SparkPlugin
-
executeAsync
- Specified by:
executeAsyncin interfaceme.lucko.spark.common.SparkPlugin
-
log
-
log
-
getPlatformInfo
public me.lucko.spark.common.platform.PlatformInfo getPlatformInfo()- Specified by:
getPlatformInfoin interfaceme.lucko.spark.common.SparkPlugin
-
platform
public me.lucko.spark.common.SparkPlatform platform()
-