Examples of Butterfly


Examples of forestry.lepidopterology.genetics.Butterfly

  @Override
  public void readEntityFromNBT(NBTTagCompound nbttagcompound) {
    super.readEntityFromNBT(nbttagcompound);

    if(nbttagcompound.hasKey("BTFLY")) {
      contained = new Butterfly((NBTTagCompound)nbttagcompound.getTag("BTFLY"));
    }
    setIndividual(contained);

    if(nbttagcompound.hasKey("PLN")) {
      pollen = AlleleManager.alleleRegistry.getSpeciesRoot("rootTrees").getMember((NBTTagCompound)nbttagcompound.getTag("PLN"));
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.