remove setLightMap from ILightMapWrapper

it is still available in the implementation LightMapWrapper
This commit is contained in:
James Seibel
2021-11-20 18:21:38 -06:00
parent fd56c7ddcf
commit 2eeb850384
2 changed files with 0 additions and 5 deletions
@@ -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;