JEIHereticRitualCategory.java 文件源码

java
阅读 25 收藏 0 点赞 0 评论 0

项目:harshencastle 作者:
@Override
protected void drawMore(Minecraft minecraft) {
    if(currentFluid != null)
        currentFluid.draw(minecraft, 6, 46);
    else
    {
        Minecraft.getMinecraft().renderEngine.bindTexture(TextureMap.LOCATION_BLOCKS_TEXTURE);
        TextureAtlasSprite textureSprite = Minecraft.getMinecraft().getBlockRendererDispatcher().getBlockModelShapes().getTexture((IBlockState) catalyst.getStateOrLoc());
        Minecraft.getMinecraft().currentScreen.drawTexturedModalRect(6, 46, textureSprite, 17, 17);

    }
       ritualFront.draw(minecraft);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号