Package gnu.trove.decorator

Examples of gnu.trove.decorator.TDoubleObjectHashMapDecorator$3


  private static Icon getTile(RenderBlocks renderBlocks, Block block, int face, int metadata, Icon icon, Tessellator tessellator) {
    lastOverride = null;

    if (checkFace(face) && checkRenderType(block)) {
      CTMUtils$3 iterator = new CTMUtils$3(block, icon, face, metadata);
      lastOverride = iterator.go();

      if (lastOverride != null) {
        icon = iterator.getIcon();
      }
    }

    return icon;
  }
View Full Code Here

TOP

Related Classes of gnu.trove.decorator.TDoubleObjectHashMapDecorator$3

Copyright © 2018 www.massapicom. 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.