Fixed issue #390 (problems with BCLib fog)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package com.seibel.lod.core.wrapperInterfaces.modAccessor;
|
||||
|
||||
import java.awt.*;
|
||||
|
||||
public interface IBCLibAccessor extends IModAccessor {
|
||||
/** Sets the BCLib custom fog renderer */
|
||||
void setRenderCustomFog(boolean newValue);
|
||||
|
||||
/** Gets the BCLib fog color */
|
||||
Color getFogColor();
|
||||
}
|
||||
Reference in New Issue
Block a user