New Switch Int-State for SurfaceRules

This commit is contained in:
Frank 2021-12-13 18:14:23 +01:00
parent 835f4895b3
commit 4c41bb1764
10 changed files with 67 additions and 5 deletions

View file

@ -35,4 +35,10 @@ public interface SurfaceRulesContextAccessor {
@Accessor("noiseChunk")
NoiseChunk getNoiseChunk();
@Accessor("stoneDepthAbove")
int getStoneDepthAbove();
@Accessor("stoneDepthBelow")
int getStoneDepthBelow();
}