Package eu.ha3.matmos.engine.core.interfaces

Examples of eu.ha3.matmos.engine.core.interfaces.Named


    addModule(new L__legacy_hitscan(this.data));
    addModule(new L__legacy_random(this.data));
    addModule(new L__legacy(this.data));
    addModule(new L__meta_mod(this.data, this.mod));
    addModule(new M__cb_column(this.data));
    addModule(new M__cb_light(this.data));
    addModule(new M__cb_pos(this.data));
    addModule(new M__gui_general(this.data));
    addModule(new M__ply_action(this.data));
    addModule(new M__ply_armor(this.data));
    addModule(new M__ply_general(this.data, this.mod.util()));
View Full Code Here


    addModule(new L__legacy_random(this.data));
    addModule(new L__legacy(this.data));
    addModule(new L__meta_mod(this.data, this.mod));
    addModule(new M__cb_column(this.data));
    addModule(new M__cb_light(this.data));
    addModule(new M__cb_pos(this.data));
    addModule(new M__gui_general(this.data));
    addModule(new M__ply_action(this.data));
    addModule(new M__ply_armor(this.data));
    addModule(new M__ply_general(this.data, this.mod.util()));
    addModule(new M__ply_inventory(this.data));
View Full Code Here

    addModule(new L__legacy(this.data));
    addModule(new L__meta_mod(this.data, this.mod));
    addModule(new M__cb_column(this.data));
    addModule(new M__cb_light(this.data));
    addModule(new M__cb_pos(this.data));
    addModule(new M__gui_general(this.data));
    addModule(new M__ply_action(this.data));
    addModule(new M__ply_armor(this.data));
    addModule(new M__ply_general(this.data, this.mod.util()));
    addModule(new M__ply_inventory(this.data));
    addModule(new M__ply_motion(this.data));
View Full Code Here

    addModule(new L__meta_mod(this.data, this.mod));
    addModule(new M__cb_column(this.data));
    addModule(new M__cb_light(this.data));
    addModule(new M__cb_pos(this.data));
    addModule(new M__gui_general(this.data));
    addModule(new M__ply_action(this.data));
    addModule(new M__ply_armor(this.data));
    addModule(new M__ply_general(this.data, this.mod.util()));
    addModule(new M__ply_inventory(this.data));
    addModule(new M__ply_motion(this.data));
    addModule(new M__ply_stats(this.data));
View Full Code Here

    addModule(new M__cb_column(this.data));
    addModule(new M__cb_light(this.data));
    addModule(new M__cb_pos(this.data));
    addModule(new M__gui_general(this.data));
    addModule(new M__ply_action(this.data));
    addModule(new M__ply_armor(this.data));
    addModule(new M__ply_general(this.data, this.mod.util()));
    addModule(new M__ply_inventory(this.data));
    addModule(new M__ply_motion(this.data));
    addModule(new M__ply_stats(this.data));
    addModule(new M__ride_general(this.data));
View Full Code Here

    addModule(new M__cb_light(this.data));
    addModule(new M__cb_pos(this.data));
    addModule(new M__gui_general(this.data));
    addModule(new M__ply_action(this.data));
    addModule(new M__ply_armor(this.data));
    addModule(new M__ply_general(this.data, this.mod.util()));
    addModule(new M__ply_inventory(this.data));
    addModule(new M__ply_motion(this.data));
    addModule(new M__ply_stats(this.data));
    addModule(new M__ride_general(this.data));
    addModule(new M__ride_horse(this.data));
View Full Code Here

    addModule(new M__cb_pos(this.data));
    addModule(new M__gui_general(this.data));
    addModule(new M__ply_action(this.data));
    addModule(new M__ply_armor(this.data));
    addModule(new M__ply_general(this.data, this.mod.util()));
    addModule(new M__ply_inventory(this.data));
    addModule(new M__ply_motion(this.data));
    addModule(new M__ply_stats(this.data));
    addModule(new M__ride_general(this.data));
    addModule(new M__ride_horse(this.data));
    addModule(new M__ride_motion(this.data));
View Full Code Here

    addModule(new M__gui_general(this.data));
    addModule(new M__ply_action(this.data));
    addModule(new M__ply_armor(this.data));
    addModule(new M__ply_general(this.data, this.mod.util()));
    addModule(new M__ply_inventory(this.data));
    addModule(new M__ply_motion(this.data));
    addModule(new M__ply_stats(this.data));
    addModule(new M__ride_general(this.data));
    addModule(new M__ride_horse(this.data));
    addModule(new M__ride_motion(this.data));
    addModule(new M__w_biome(this.data, this.mod), 20);
View Full Code Here

    addModule(new M__ply_action(this.data));
    addModule(new M__ply_armor(this.data));
    addModule(new M__ply_general(this.data, this.mod.util()));
    addModule(new M__ply_inventory(this.data));
    addModule(new M__ply_motion(this.data));
    addModule(new M__ply_stats(this.data));
    addModule(new M__ride_general(this.data));
    addModule(new M__ride_horse(this.data));
    addModule(new M__ride_motion(this.data));
    addModule(new M__w_biome(this.data, this.mod), 20);
    addModule(new M__w_general(this.data));
View Full Code Here

    else if (par1GuiButton.id == 203 && this.mod.isEditorAvailable())
    {
      final ExpansionDebugUnit debugUnit = this.expansion.obtainDebugUnit();
      if (debugUnit != null)
      {
        PluggableIntoMAtmos plug = new PluggableIntoMAtmos(this.mod, this.expansion);
        this.expansion.addPluggable(plug);
       
        Runnable editor = this.mod.instantiateRunnableEditor(plug);
        if (editor != null)
        {
View Full Code Here

TOP

Related Classes of eu.ha3.matmos.engine.core.interfaces.Named

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.