Interface WaveSummoningBoss
- All Known Implementing Classes:
CelestialTowerEntity,TheCommanderEntity
public interface WaveSummoningBoss
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.BossEventintnet.minecraft.network.chat.ComponentintbooleanvoidvoidvoidsetDoneSpawningWaves(boolean state) voidsetWavesSpawned(int waves)
-
Method Details
-
isDoneSpawningWaves
boolean isDoneSpawningWaves() -
setDoneSpawningWaves
void setDoneSpawningWaves(boolean state) -
getWavesSpawned
int getWavesSpawned() -
setWavesSpawned
void setWavesSpawned(int waves) -
getTotalWavesToSpawn
int getTotalWavesToSpawn() -
getBossEvent
net.minecraft.world.BossEvent getBossEvent() -
getWaveComponent
net.minecraft.network.chat.Component getWaveComponent() -
playSummonSound
void playSummonSound() -
playVulnerableSound
void playVulnerableSound()
-