Package vazkii.botania.common.lexicon.page

Examples of vazkii.botania.common.lexicon.page.PageShedding


    if(!hasShedding())
      return;

    int i = 1;
    for(ShedPattern pattern : patterns) {
      PageShedding page = new PageShedding(String.valueOf(i), (String)EntityList.classToStringMapping.get(pattern.EntityClass), pattern.lexiconSize, pattern.getItemStack());
      LexiconData.shedding.addPage(page);
    }
  }
View Full Code Here

TOP

Related Classes of vazkii.botania.common.lexicon.page.PageShedding

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.