/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.pepsoft.minecraft; import org.jnbt.Tag; /** * * @author pepijn */ public interface NBTItem { Tag toNBT(); }