Exemplo n.º 1
0
 /**
  * Puts a CompoundTag.
  *
  * @param compound Tag to put.
  * @return The resulting Tag.
  */
 public Tag put(CompoundTag compound) {
   return this.data.put(compound.getName(), compound);
 }