Package forestry.mail

Examples of forestry.mail.Letter


    public void readFromNBT(NBTTagCompound nbttagcompound) {

      if (nbttagcompound == null)
        return;

      letter = new Letter(nbttagcompound);
    }
View Full Code Here


    if (nbttagcompound == null) {
      list.add("<" + StringUtil.localize("gui.blank") + ">");
      return;
    }

    ILetter letter = new Letter(nbttagcompound);
    letter.addTooltip(list);
  }
View Full Code Here

TOP

Related Classes of forestry.mail.Letter

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.