Removed getFogColor from the BCLibAccessor

This commit is contained in:
coolGi
2023-05-07 08:55:10 +09:30
parent 2cb044f4b5
commit 1c366bb75b
@@ -5,7 +5,4 @@ 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();
}