@ -50,10 +50,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.polymc;
|
||||
package org.prismlauncher;
|
||||
|
||||
import org.polymc.exception.ParseException;
|
||||
import org.polymc.utils.Parameters;
|
||||
import org.prismlauncher.exception.ParseException;
|
||||
import org.prismlauncher.utils.Parameters;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.polymc;
|
||||
package org.prismlauncher;
|
||||
|
||||
public interface Launcher {
|
||||
|
@ -33,10 +33,10 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package org.polymc;
|
||||
package org.prismlauncher;
|
||||
|
||||
import org.polymc.impl.OneSixLauncher;
|
||||
import org.polymc.utils.Parameters;
|
||||
import org.prismlauncher.impl.OneSixLauncher;
|
||||
import org.prismlauncher.utils.Parameters;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.polymc.applet;
|
||||
package org.prismlauncher.applet;
|
||||
|
||||
import net.minecraft.Launcher;
|
||||
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.polymc.exception;
|
||||
package org.prismlauncher.exception;
|
||||
|
||||
public final class ParameterNotFoundException extends IllegalArgumentException {
|
||||
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.polymc.exception;
|
||||
package org.prismlauncher.exception;
|
||||
|
||||
public final class ParseException extends IllegalArgumentException {
|
||||
|
@ -13,12 +13,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.polymc.impl;
|
||||
package org.prismlauncher.impl;
|
||||
|
||||
import org.polymc.Launcher;
|
||||
import org.polymc.applet.LegacyFrame;
|
||||
import org.polymc.utils.Parameters;
|
||||
import org.polymc.utils.Utils;
|
||||
import org.prismlauncher.Launcher;
|
||||
import org.prismlauncher.applet.LegacyFrame;
|
||||
import org.prismlauncher.utils.Parameters;
|
||||
import org.prismlauncher.utils.Utils;
|
||||
|
||||
import java.applet.Applet;
|
||||
import java.io.File;
|
@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.polymc.utils;
|
||||
package org.prismlauncher.utils;
|
||||
|
||||
import org.polymc.exception.ParameterNotFoundException;
|
||||
import org.prismlauncher.exception.ParameterNotFoundException;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.polymc.utils;
|
||||
package org.prismlauncher.utils;
|
||||
|
||||
import java.io.File;
|
||||
import java.lang.reflect.Field;
|
Reference in New Issue
Block a user