package de.gamezock.metacraft.data; public abstract class TileData { public abstract int getSize(); public abstract float[][] getHeightmap(); }