Add beacon colors
This commit is contained in:
@@ -22,6 +22,8 @@ package testItems.lightingEngine;
|
||||
import com.seibel.distanthorizons.core.wrapperInterfaces.block.IBlockStateWrapper;
|
||||
import tests.LightingEngineTest;
|
||||
|
||||
import java.awt.*;
|
||||
|
||||
/**
|
||||
* @see LightingEngineTest
|
||||
* @see LightingTestChunkWrapper
|
||||
@@ -109,6 +111,11 @@ public class LightingTestBlockStateWrapper implements IBlockStateWrapper
|
||||
@Override
|
||||
public boolean isBeaconBaseBlock() { throw new UnsupportedOperationException("Not Implemented"); }
|
||||
|
||||
@Override
|
||||
public Color getMapColor() { throw new UnsupportedOperationException("Not Implemented"); }
|
||||
@Override
|
||||
public boolean isGlassBlock() { throw new UnsupportedOperationException("Not Implemented"); }
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user