New Switch Int-State for SurfaceRules
This commit is contained in:
parent
835f4895b3
commit
4c41bb1764
10 changed files with 67 additions and 5 deletions
|
@ -35,4 +35,10 @@ public interface SurfaceRulesContextAccessor {
|
|||
|
||||
@Accessor("noiseChunk")
|
||||
NoiseChunk getNoiseChunk();
|
||||
|
||||
@Accessor("stoneDepthAbove")
|
||||
int getStoneDepthAbove();
|
||||
|
||||
@Accessor("stoneDepthBelow")
|
||||
int getStoneDepthBelow();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue