1 2 3 4 5 6 7 8
package jp.plusplus.fbs.block; /** * Created by plusplus_F on 2015/11/15. */ public interface IMeta { public String getUnlocalizedName(int meta); }