Package net.minecraft.src

Examples of net.minecraft.src.NBTTagString


      }

      NBTTagList loreTagList = new NBTTagList();

      for (String l : getLore()) {
        loreTagList.appendTag(new NBTTagString(l));
      }

      itemstack.stackTagCompound.getCompoundTag("display").setTag("Lore", loreTagList);
    }
View Full Code Here

TOP

Related Classes of net.minecraft.src.NBTTagString

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.