DhApiTerrainDataPoint to string
This commit is contained in:
+18
@@ -98,4 +98,22 @@ public class DhApiTerrainDataPoint
|
||||
|
||||
|
||||
|
||||
//================//
|
||||
// base overrides //
|
||||
//================//
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return "[Block:" + this.blockStateWrapper.getSerialString() +
|
||||
",Biome:" + this.biomeWrapper.getName() +
|
||||
",TopY:" + this.topYBlockPos +
|
||||
",BottomY:" + this.bottomYBlockPos +
|
||||
",BlockLight:" + this.blockLightLevel +
|
||||
",SkyLight:" + this.skyLightLevel +
|
||||
"]";
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user