remove setLightMap from ILightMapWrapper
it is still available in the implementation LightMapWrapper
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package com.seibel.lod.core.wrapperAdapters.misc;
|
||||
|
||||
import net.minecraft.client.renderer.texture.NativeImage;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Leonardo Amato
|
||||
@@ -9,7 +7,5 @@ import net.minecraft.client.renderer.texture.NativeImage;
|
||||
*/
|
||||
public interface ILightMapWrapper
|
||||
{
|
||||
public void setLightMap(NativeImage newlightMap);
|
||||
|
||||
public int getLightValue(int skyLight, int blockLight);
|
||||
}
|
||||
|
||||
@@ -18,7 +18,6 @@ public class LightMapWrapper implements ILightMapWrapper
|
||||
lightMap = newlightMap;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setLightMap(NativeImage newlightMap)
|
||||
{
|
||||
lightMap = newlightMap;
|
||||
|
||||
Reference in New Issue
Block a user