Interface IDhApiMultiplayerConfig
- All Superinterfaces:
IBindable
,IDhApiConfigGroup
Distant Horizons' client-side multiplayer configuration.
- Since:
- API 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionDefines how multiplayer server folders are named.Methods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupComplete
-
Method Details
-
folderSavingMode
IDhApiConfigValue<EDhApiServerFolderNameMode> folderSavingMode()Defines how multiplayer server folders are named.
Note: Changing this while connected to a multiplayer world will cause undefined behavior!
-