Package extrabiomes.blocks

Examples of extrabiomes.blocks.BlockCustomVine


      /*
       * final String shortName = blockType.name()
       * .substring(blockType.name().indexOf('_')).toLowerCase();
       */

      final BlockCustomVine block = new BlockCustomVine(blockType);
      block.setBlockName("extrabiomes.vine." + blockType.name().toLowerCase()).setCreativeTab(Extrabiomes.tabsEBXL);
      proxy.registerBlock(block, ItemBlock.class, "vines");

      final Element element;
      try {
        element = Element.valueOf("VINE_" + blockType.name());
View Full Code Here

TOP

Related Classes of extrabiomes.blocks.BlockCustomVine

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.