@SideOnly(Side.CLIENT)
/**
* When this method is called, your block should register all the icons it needs with the given IconRegister. This
* is the only chance you get to register icons.
*/
public void registerIcons(IconRegister par1IconRegister)
{
this.iconArray = new Icon[grassTypes.length];
for (int i = 0; i < this.iconArray.length; ++i)
{
this.iconArray[i] = par1IconRegister.registerIcon(grassTypes[i]);
}
}
BlockTallGrass.java 文件源码
java
阅读 23
收藏 0
点赞 0
评论 0
项目:RuneCraftery
作者:
评论列表
文章目录