This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update project group and author information
- Loading branch information
1 parent
4eb98fb
commit fe6587b
Showing
19 changed files
with
64 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...necraft/plugins/lobby/TSSLobbyPlugin.java → ...necraft/plugins/lobby/TSSLobbyPlugin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ins/lobby/cosmetics/AbstractCosmetic.java → ...ins/lobby/cosmetics/AbstractCosmetic.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...aft/plugins/lobby/cosmetics/Cosmetic.java → ...aft/plugins/lobby/cosmetics/Cosmetic.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...plugins/lobby/cosmetics/CosmeticType.java → ...plugins/lobby/cosmetics/CosmeticType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ins/lobby/cosmetics/CosmeticsManager.java → ...ins/lobby/cosmetics/CosmeticsManager.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...lugins/lobby/cosmetics/CosmeticsMenu.java → ...lugins/lobby/cosmetics/CosmeticsMenu.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...raft/plugins/lobby/cosmetics/hat/Hat.java → ...raft/plugins/lobby/cosmetics/hat/Hat.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../plugins/lobby/cosmetics/hat/HatMenu.java → .../plugins/lobby/cosmetics/hat/HatMenu.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.../plugins/lobby/cosmetics/hat/HatType.java → .../plugins/lobby/cosmetics/hat/HatType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...cs/particle/AbstractParticleCosmetic.java → ...cs/particle/AbstractParticleCosmetic.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
.../foundation/esoteric/tss/minecraft/plugins/lobby/cosmetics/particle/ParticleCosmetic.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package foundation.esoteric.tss.minecraft.plugins.lobby.cosmetics.particle; | ||
|
||
import foundation.esoteric.tss.minecraft.plugins.lobby.cosmetics.Cosmetic; | ||
import org.bukkit.Particle; | ||
|
||
public interface ParticleCosmetic extends Cosmetic { | ||
Particle getParticle(); | ||
|
||
boolean shouldSpawnWhenNotMoving(); | ||
} |
6 changes: 3 additions & 3 deletions
6
...lobby/cosmetics/particle/trail/Trail.java → ...lobby/cosmetics/particle/trail/Trail.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...y/cosmetics/particle/trail/TrailMenu.java → ...y/cosmetics/particle/trail/TrailMenu.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...y/cosmetics/particle/trail/TrailType.java → ...y/cosmetics/particle/trail/TrailType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 12 additions & 12 deletions
24
.../lobby/event/listeners/LobbyListener.java → .../lobby/event/listeners/LobbyListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...bby/event/listeners/NPCClickListener.java → ...bby/event/listeners/NPCClickListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
...in/java/org/esoteric/tss/minecraft/plugins/lobby/cosmetics/particle/ParticleCosmetic.java
This file was deleted.
Oops, something went wrong.