Uses of Class
net.minecraft.world.raid.Raid.WaveMember
-
Packages that use Raid.WaveMember Package Description net.minecraft.world.raid -
-
Uses of Raid.WaveMember in net.minecraft.world.raid
Fields in net.minecraft.world.raid declared as Raid.WaveMember Modifier and Type Field Description private static Raid.WaveMember[]
Raid.WaveMember. VALUES
Methods in net.minecraft.world.raid that return Raid.WaveMember Modifier and Type Method Description static Raid.WaveMember
Raid.WaveMember. create(java.lang.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
Raid.WaveMember. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Raid.WaveMember[]
Raid.WaveMember. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.world.raid with parameters of type Raid.WaveMember Modifier and Type Method Description private 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_, java.util.Random p_221335_2_, int p_221335_3_, DifficultyInstance p_221335_4_, boolean p_221335_5_)
-