Example #1
0
 @Override
 public final IIcon getIcon(EnumBeeType type, int renderPass) {
   return icons[type.ordinal()][renderPass];
 }
Example #2
0
 public final ItemStack getBeeItem(World world, EnumBeeType type) {
   return beeRoot.getMemberStack(
       beeRoot.getBee(world, beeRoot.templateAsGenome(template)), type.ordinal());
 }