Class Services
java.lang.Object
dev.ultreon.mods.xinexlib.platform.Services
Deprecated.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkercreateNetworker(String modId, Consumer<NetworkRegistry> registrant) Deprecated.static CreativeModeTabBuilderDeprecated.static ComponentManagergetComponentManager(String modId) Deprecated.static EnvgetEnv()Deprecated.static StringDeprecated.static ModPlatformDeprecated.static RegistrarManagergetRegistrarManager(String modId) Deprecated.static booleanDeprecated.static booleanisModLoaded(String modId) Deprecated.static <T> TDeprecated.static voidregisterCommand(CommandRegistrant registrant) Deprecated.
-
Field Details
-
PLATFORM
Deprecated.
-
-
Method Details
-
load
Deprecated. -
getRegistrarManager
Deprecated. -
isModLoaded
Deprecated. -
isDevelopmentEnvironment
Deprecated. -
getEnvironmentName
Deprecated. -
getPlatformName
Deprecated. -
getComponentManager
Deprecated. -
creativeTabBuilder
Deprecated. -
getEnv
Deprecated. -
createNetworker
@Deprecated public static Networker createNetworker(String modId, Consumer<NetworkRegistry> registrant) Deprecated. -
registerCommand
Deprecated.
-