public void paste(IEntityContainer container) { this.container = container; container.set(location, this); }
public void paste(IEntityContainer container, EntityLocation location) { this.container = container; this.location = location; container.set(location, this); }