Uses of Enum Class
net.minecraft.world.raid.Raid.WaveMember
-
Uses of Raid.WaveMember in net.minecraft.world.raid
Modifier and TypeMethodDescriptionstatic Raid.WaveMember
Raid.WaveMember.create
(String name, EntityType<? extends AbstractRaiderEntity> typeIn, int[] waveCountsIn) The waveCountsIn integer decides how many entities of the EntityType defined in typeIn will spawn in each wave.static Raid.WaveMember
Returns the enum constant of this class with the specified name.static Raid.WaveMember[]
Raid.WaveMember.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate int
Raid.getDefaultNumSpawns
(Raid.WaveMember p_221330_1_, int p_221330_2_, boolean p_221330_3_) private int
Raid.getPotentialBonusSpawns
(Raid.WaveMember p_221335_1_, Random p_221335_2_, int p_221335_3_, DifficultyInstance p_221335_4_, boolean p_221335_5_)