mirror of
https://github.com/songoda/EpicBosses.git
synced 2025-01-10 17:27:37 +01:00
3.0.0-SNAPSHOT-U14
Added some to-do's, and fixed the error with BossAPI
This commit is contained in:
parent
5b3d99152c
commit
3c98256356
@ -26,22 +26,12 @@ public class BossAPI {
|
||||
MessagesElement messagesElement = new MessagesElement();
|
||||
CommandsElement commandsElement = new CommandsElement();
|
||||
|
||||
EntityTypeUtil entityTypeUtil = EntityTypeUtil.get(entityTypeInput);
|
||||
|
||||
if(entityTypeUtil == null) {
|
||||
try {
|
||||
|
||||
} catch (Exception ex) {
|
||||
|
||||
}
|
||||
EntityType entityType = EntityType.valueOf(entityTypeInput.toUpperCase());
|
||||
|
||||
if(entityType == null) {
|
||||
|
||||
}
|
||||
}
|
||||
//TODO: Set the entityType to said entityTypeInput
|
||||
|
||||
BossEntity bossEntity = new BossEntity(true, null, mainStatsElement, equipmentElement, handsElement, potionEffectHolders, skillsElement, dropsElement, messagesElement, commandsElement);
|
||||
|
||||
|
||||
return bossEntity;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -13,6 +13,8 @@ import java.util.List;
|
||||
* @author Charles Cullen
|
||||
* @version 1.0.0
|
||||
* @since 28-Jun-18
|
||||
*
|
||||
* TODO: Finish all the possible boss options.
|
||||
*/
|
||||
public enum EntityFinder {
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -19,7 +19,7 @@
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<plugin.version>3.0.0-SNAPSHOT-U13</plugin.version>
|
||||
<plugin.version>3.0.0-SNAPSHOT-U14</plugin.version>
|
||||
<plugin.name>CustomBosses</plugin.name>
|
||||
<plugin.main>net.aminecraftdev.custombosses.CustomBosses</plugin.main>
|
||||
<plugin.author>AMinecraftDev</plugin.author>
|
||||
|
Loading…
Reference in New Issue
Block a user