/** * @author Aleksey Terzi * */ package com.lishid.orebfuscator.nms; public interface IBlockInfo { int getX(); int getY(); int getZ(); int getTypeId(); }