Interface IDhApiBlockStateWrapper
- All Superinterfaces:
IDhApiUnsafeWrapper
A Minecraft version independent way of handling Blocks.
- Since:
- API 1.0.0
-
Method Summary
Methods inherited from interface com.seibel.distanthorizons.api.interfaces.IDhApiUnsafeWrapper
getWrappedMcObject
-
Method Details
-
isAir
boolean isAir() -
isSolid
boolean isSolid() -
isLiquid
boolean isLiquid()
-