⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 maploader.java

📁 good project for programmer,,
💻 JAVA
字号:
package com.sillysoft.lux;////  MapLoader.java//  Lux////	This is a stub file. You will need it to compile your LuxMapGenerator class.////	Put it in the same folder as your class and type 'javac *.java'. //	That command will execute the java compiler and produce .class files.//public class MapLoader {/**An optional method for informing the user during lengthy operations. If it takes a while to generate your map then please call this to give the user some feedback.	*/public void setLoadText(String text)	{		}		/**This method gives you the location that LuxMapGenerators are stored.This method can be useful if you are using an external script to do your work. It will return the path to the MapGenerator folder. This can be radically different on different systems. On MacOSX it might be		<br>&nbsp;&nbsp;	'/Users/dustin/Library/Application Support/Lux/MapGenerators/'. 		<br>On windows it could be 										<br>&nbsp;&nbsp;	'C:\Program Files\Lux\Support\MapGenerators\'.		*/public static String getMapGeneratorPath()	{	return null;	}/**Will return the numeric version number of the running Lux.		*/public static float getLuxVersion()	{	return 0;	}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -