}
}
public MwGui(Mw mw) {
this.mw = mw;
this.mapMode = new FullScreenMapMode(mw.config);
this.mapView = new MapView(this.mw);
this.map = new MapRenderer(this.mw, this.mapMode, this.mapView);
this.mapView.setDimension(this.mw.miniMap.view.getDimension());
this.mapView.setViewCentreScaled(this.mw.playerX, this.mw.playerZ, this.mw.playerDimension);