Interface LevelHeightAccessorMixin
-
- All Implemented Interfaces:
public interface LevelHeightAccessorMixin
-
-
Method Summary
Modifier and Type Method Description int
getMinBuildHeight()
void
allowBuildingBelow(int y, CallbackInfoReturnable<Boolean> cir)
-
-
Method Detail
-
getMinBuildHeight
int getMinBuildHeight()
-
allowBuildingBelow
void allowBuildingBelow(int y, CallbackInfoReturnable<Boolean> cir)
-
-
-
-