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));
}