Add the prefix "DhApi" to the external api classes
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import com.seibel.lod.core.handlers.LodDimensionFileHandler;
|
||||
* @author James Seibel
|
||||
* @version 2022-4-27
|
||||
*/
|
||||
public class ApiMain
|
||||
public class DhApiMain
|
||||
{
|
||||
/** This version should only be updated when breaking changes are introduced to the DH API */
|
||||
public static int getApiMajorVersion()
|
||||
+1
-1
@@ -9,7 +9,7 @@ import com.seibel.lod.core.wrapperInterfaces.config.ILodConfigWrapperSingleton;
|
||||
* @author James Seibel
|
||||
* @version 2022-4-26
|
||||
*/
|
||||
public class Threading
|
||||
public class DhApiThreading
|
||||
{
|
||||
private static final ILodConfigWrapperSingleton.IClient.IAdvanced.IThreading threadSettings = ExternalApiShared.CONFIG.client().advanced().threading();
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import com.seibel.lod.core.wrapperInterfaces.config.ILodConfigWrapperSingleton;
|
||||
* @author James Seibel
|
||||
* @version 2022-4-26
|
||||
*/
|
||||
public class General
|
||||
public class DhApiGraphicsGeneral
|
||||
{
|
||||
private static final ILodConfigWrapperSingleton.IClient.IGraphics.IQuality qualitySettings = ExternalApiShared.CONFIG.client().graphics().quality();
|
||||
|
||||
Reference in New Issue
Block a user