mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-31 21:06:29 +00:00
fg
This commit is contained in:
@@ -6,5 +6,10 @@ import lombok.Value;
|
||||
public class CarveResult
|
||||
{
|
||||
private final int surface;
|
||||
private final int height;
|
||||
private final int ceiling;
|
||||
|
||||
public int getHeight()
|
||||
{
|
||||
return ceiling - surface;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user