package com.hypixel.hytale.server.worldgen.util; public interface BlockArray { int[] getBlocks(); int size(); boolean contains(int var1); }