Add transparency constants to IBlockStateWrapper

This commit is contained in:
James Seibel
2023-11-25 08:45:40 -06:00
parent ab60df6240
commit e693e2f9e0
@@ -24,6 +24,11 @@ import com.seibel.distanthorizons.api.interfaces.block.IDhApiBlockStateWrapper;
/** A Minecraft version independent way of handling Blocks. */
public interface IBlockStateWrapper extends IDhApiBlockStateWrapper
{
int FULLY_TRANSPARENT = 0;
int FULLY_OPAQUE = 16;
String getSerialString();
/**