fix: change package path
This commit is contained in:
parent
47fa16b9ee
commit
90aad32b92
@ -1,4 +1,4 @@
|
||||
package com.uulm.marvelous.gamelibrary;
|
||||
package uulm.teamname.marvelous.gamelibrary;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Objects;
|
@ -1,6 +1,6 @@
|
||||
package com.uulm.marvelous.gamelibrary.entities;
|
||||
package uulm.teamname.marvelous.gamelibrary.entities;
|
||||
|
||||
import com.uulm.marvelous.gamelibrary.IntVector2;
|
||||
import uulm.teamname.marvelous.gamelibrary.IntVector2;
|
||||
|
||||
/** Represents a playable character inside a match.
|
||||
*/
|
@ -1,6 +1,6 @@
|
||||
package com.uulm.marvelous.gamelibrary.entities;
|
||||
package uulm.teamname.marvelous.gamelibrary.entities;
|
||||
|
||||
import com.uulm.marvelous.gamelibrary.IntVector2;
|
||||
import uulm.teamname.marvelous.gamelibrary.IntVector2;
|
||||
|
||||
/** Represents an abstract entity.
|
||||
*/
|
@ -1,4 +1,4 @@
|
||||
package com.uulm.marvelous.gamelibrary.entities;
|
||||
package uulm.teamname.marvelous.gamelibrary.entities;
|
||||
|
||||
/** Represents a distinct identification for every {@link Entity} in a game.
|
||||
*/
|
@ -1,4 +1,4 @@
|
||||
package com.uulm.marvelous.gamelibrary.entities;
|
||||
package uulm.teamname.marvelous.gamelibrary.entities;
|
||||
|
||||
/** Specifies the type of an {@link Entity}.
|
||||
*/
|
@ -1,6 +1,6 @@
|
||||
package com.uulm.marvelous.gamelibrary.entities;
|
||||
package uulm.teamname.marvelous.gamelibrary.entities;
|
||||
|
||||
import com.uulm.marvelous.gamelibrary.IntVector2;
|
||||
import uulm.teamname.marvelous.gamelibrary.IntVector2;
|
||||
|
||||
/** Represents an infinity stone {@link Entity}. Can only exist on the map.
|
||||
*/
|
@ -1,4 +1,4 @@
|
||||
package com.uulm.marvelous.gamelibrary.entities;
|
||||
package uulm.teamname.marvelous.gamelibrary.entities;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashSet;
|
@ -1,6 +1,6 @@
|
||||
package com.uulm.marvelous.gamelibrary.entities;
|
||||
package uulm.teamname.marvelous.gamelibrary.entities;
|
||||
|
||||
import com.uulm.marvelous.gamelibrary.IntVector2;
|
||||
import uulm.teamname.marvelous.gamelibrary.IntVector2;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.uulm.marvelous.gamelibrary.entities;
|
||||
package uulm.teamname.marvelous.gamelibrary.entities;
|
||||
|
||||
/** Specifies the type of an {@link NPC}.
|
||||
*/
|
@ -1,6 +1,6 @@
|
||||
package com.uulm.marvelous.gamelibrary.entities;
|
||||
package uulm.teamname.marvelous.gamelibrary.entities;
|
||||
|
||||
import com.uulm.marvelous.gamelibrary.IntVector2;
|
||||
import uulm.teamname.marvelous.gamelibrary.IntVector2;
|
||||
|
||||
/** Represents a rock entity on the map.
|
||||
*/
|
@ -1,4 +1,4 @@
|
||||
package com.uulm.marvelous.gamelibrary.entities;
|
||||
package uulm.teamname.marvelous.gamelibrary.entities;
|
||||
|
||||
/** Represents a stat property of a {@link Character}.
|
||||
*/
|
@ -1,4 +1,4 @@
|
||||
package com.uulm.marvelous.gamelibrary.entities;
|
||||
package uulm.teamname.marvelous.gamelibrary.entities;
|
||||
|
||||
/** Specifies the type of a {@link Stat}.
|
||||
*/
|
@ -1,4 +1,4 @@
|
||||
package com.uulm.marvelous.gamelibrary.entities;
|
||||
package uulm.teamname.marvelous.gamelibrary.entities;
|
||||
|
||||
/** Specifies the type of an {@link InfinityStone}.
|
||||
*/
|
@ -1,4 +1,4 @@
|
||||
package com.uulm.marvelous.gamelibrary.json;
|
||||
package uulm.teamname.marvelous.gamelibrary.json;
|
||||
|
||||
import jdk.jshell.spi.ExecutionControl;
|
||||
|
@ -1,6 +1,6 @@
|
||||
package com.uulm.marvelous.gamelibrary.json;
|
||||
package uulm.teamname.marvelous.gamelibrary.json;
|
||||
|
||||
import com.uulm.marvelous.gamelibrary.events.Event;
|
||||
import uulm.teamname.marvelous.gamelibrary.events.Event;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
Loading…
Reference in New Issue
Block a user