Examples of renderBlockByRenderType()


Examples of net.minecraft.client.renderer.RenderBlocks.renderBlockByRenderType()

                  ForgeHooksClient.bindTexture(getTextureName(block.getTextureFile()), 0);
                  lastTexture = block.getTextureFile();
                }

                if (block.canRenderInPass(renderPass)) {
                  renderBlocks.renderBlockByRenderType(block, x, y, z);
                }
              }
            }
          } catch (Exception e) {
            Settings.logger.log(e);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.