Uses of Enum Class
net.minecraft.world.raid.Raid.WaveMember
Packages that use Raid.WaveMember
-
Uses of Raid.WaveMember in net.minecraft.world.raid
Fields in net.minecraft.world.raid declared as Raid.WaveMemberMethods in net.minecraft.world.raid that return Raid.WaveMemberModifier 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.Methods in net.minecraft.world.raid with parameters of type Raid.WaveMemberModifier 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_)