Package me.vudu.Conflict.Blocks

Examples of me.vudu.Conflict.Blocks.ArtifactBlock


    } catch (IllegalAccessException e) {
      e.printStackTrace();
    }

    // Artefakt-Blockarten instanziieren
    art_1_1 = new ArtifactBlock(this, 1, 1);
    art_1_2 = new ArtifactBlock(this, 1, 2);
    art_1_3 = new ArtifactBlock(this, 1, 3);
    art_1_4 = new ArtifactBlock(this, 1, 4);
    art_1_5 = new ArtifactBlock(this, 1, 5);
    art_2_1 = new ArtifactBlock(this, 2, 1);
    art_2_2 = new ArtifactBlock(this, 2, 2);
    art_2_3 = new ArtifactBlock(this, 2, 3);
    art_2_4 = new ArtifactBlock(this, 2, 4);
    art_2_5 = new ArtifactBlock(this, 2, 5);
    art_3_1 = new ArtifactBlock(this, 3, 1);
    art_3_2 = new ArtifactBlock(this, 3, 2);
    art_3_3 = new ArtifactBlock(this, 3, 3);
    art_3_4 = new ArtifactBlock(this, 3, 4);
    art_3_5 = new ArtifactBlock(this, 3, 5);


    // einsortieren
    artifact1Grow.put(1, (ArtifactBlock) art_1_1);
    artifact1Grow.put(2, (ArtifactBlock) art_1_2);
View Full Code Here

TOP

Related Classes of me.vudu.Conflict.Blocks.ArtifactBlock

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.