Package com.prupe.mcpatcher

Examples of com.prupe.mcpatcher.InputHandler


    this.sx = MCPatcherUtils.getDoubleProperty(properties, "sx", 0.0D);
    this.sy = MCPatcherUtils.getDoubleProperty(properties, "sy", 0.0D);
    this.sz = MCPatcherUtils.getDoubleProperty(properties, "sz", 0.0D);
    this.segments = MCPatcherUtils.getIntProperty(properties, "segments", segments);
    this.tileFactor = MCPatcherUtils.getDoubleProperty(properties, "tileFactor", 24.0D);
    this.keyboard = new InputHandler(name, MCPatcherUtils.getBooleanProperty(properties, "debug", false));
  }
View Full Code Here


      while (true) {
        FancyDial$Layer layer = this.newLayer(resource, properties, "." + glError);

        if (layer == null) {
          if (glError > 0) {
            this.keyboard = new InputHandler(this.name, var7);

            if (this.layers.size() < 2) {
              logger.error("custom %s needs at least two layers defined", new Object[] {this.name});
              return;
            }
View Full Code Here

TOP

Related Classes of com.prupe.mcpatcher.InputHandler

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.