public Renderer(World TheWorld, HiveForm hiveForm, FieldForm fieldForm) { this.world = TheWorld; this.hiveForm = hiveForm; this.fieldForm = fieldForm; InitializeImages(); }