public ZoneEntity() { this.width = 20; this.height = 20; this.spawn = new ZoneFactions(); this.prison = new ZoneFactions(); this.collect = new ZoneFactions(); this.dest = new ZoneFactions(); this.nearbase = new ZoneFactions(); }