Ejemplo n.º 1
0
 public void putCompound(String name, CompoundTag value) {
   tags.put(name, value.setName(name));
 }