diff options
| author | syeyoung <cyong06@naver.com> | 2021-02-21 16:24:32 +0900 |
|---|---|---|
| committer | syeyoung <cyong06@naver.com> | 2021-02-21 16:24:32 +0900 |
| commit | f6b14be048af6d1e05d55de5895499136394948a (patch) | |
| tree | e02890fa27e133e132913fe5ecf0645fec709c7c /src/main/java/kr/syeyoung/dungeonsguide/roomprocessor | |
| parent | 3df14ad613c004fc7b99d06f6dab768e7eca7dba (diff) | |
| download | Skyblock-Dungeons-Guide-f6b14be048af6d1e05d55de5895499136394948a.tar.gz Skyblock-Dungeons-Guide-f6b14be048af6d1e05d55de5895499136394948a.tar.bz2 Skyblock-Dungeons-Guide-f6b14be048af6d1e05d55de5895499136394948a.zip | |
terminals
Diffstat (limited to 'src/main/java/kr/syeyoung/dungeonsguide/roomprocessor')
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/roomprocessor/bossfight/BossfightProcessorNecron.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/kr/syeyoung/dungeonsguide/roomprocessor/bossfight/BossfightProcessorNecron.java b/src/main/java/kr/syeyoung/dungeonsguide/roomprocessor/bossfight/BossfightProcessorNecron.java index 8988a29e..0ad12a11 100644 --- a/src/main/java/kr/syeyoung/dungeonsguide/roomprocessor/bossfight/BossfightProcessorNecron.java +++ b/src/main/java/kr/syeyoung/dungeonsguide/roomprocessor/bossfight/BossfightProcessorNecron.java @@ -45,7 +45,7 @@ public class BossfightProcessorNecron extends GeneralBossfightProcessor { String healthPart = name.split(" ")[2]; health = TextUtils.reverseFormat(healthPart.substring(0, healthPart.length() - 1)); } - healths.add(new HealthData("Bonzo", (int) health,250000 , this.getCurrentPhase().startsWith("fight-"))); +// healths.add(new HealthData("Bonzo", (int) health,250000 , this.getCurrentPhase().startsWith("fight-"))); return healths; } @@ -55,7 +55,7 @@ public class BossfightProcessorNecron extends GeneralBossfightProcessor { // §e﴾ §c§lBonzo§r §a250k§c❤ §e﴿ public void onEntityUpdate(LivingEvent.LivingUpdateEvent updateEvent) { if (updateEvent.entityLiving.getName().contains("❤") && updateEvent.entityLiving instanceof EntityArmorStand) { - System.out.println(updateEvent.entityLiving.getName()); +// System.out.println(updateEvent.entityLiving.getName()); } } } |
