package jp.plusplus.fbs.block; /** * Created by plusplus_F on 2015/11/15. */ public interface IMeta { public String getUnlocalizedName(int meta); }