diff options
| author | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-07-21 21:25:00 +0100 |
|---|---|---|
| committer | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-07-21 21:25:01 +0100 |
| commit | bcd4d141c04768c2ed3d00d4963e4f40424b5bc4 (patch) | |
| tree | b79a965aaa19bee8f859f1de5272feae2fbb0153 /src/me/fatpigsarefat/quests/title/Title.java | |
| parent | 56aae6d737aa523f23160256b5022b8cce8fe9c5 (diff) | |
Now using Maven
- pom.xml was added
- Source files moved
- .gitignore adjusted to allow .xml
- All Title classes changed to use Bukkit method instead
Diffstat (limited to 'src/me/fatpigsarefat/quests/title/Title.java')
| -rw-r--r-- | src/me/fatpigsarefat/quests/title/Title.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/me/fatpigsarefat/quests/title/Title.java b/src/me/fatpigsarefat/quests/title/Title.java deleted file mode 100644 index 4851440b..00000000 --- a/src/me/fatpigsarefat/quests/title/Title.java +++ /dev/null @@ -1,8 +0,0 @@ -package me.fatpigsarefat.quests.title; - -import org.bukkit.entity.Player; - -public interface Title { - - public void sendTitle(Player player, String message, String submessage); -}
\ No newline at end of file |
