Uses of Record Class
net.minecraft.aprilfools.event.BattleMineEvent.Wave
Packages that use BattleMineEvent.Wave
-
Uses of BattleMineEvent.Wave in net.minecraft.aprilfools.event
Fields in net.minecraft.aprilfools.event with type parameters of type BattleMineEvent.WaveModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BattleMineEvent.Wave> BattleMineEvent.Wave.CODECprivate final List<BattleMineEvent.Wave> BattleMineEvent.Builder.wavesprivate final List<BattleMineEvent.Wave> BattleMineEvent.wavesMethods in net.minecraft.aprilfools.event that return BattleMineEvent.WaveMethods in net.minecraft.aprilfools.event with parameters of type BattleMineEvent.WaveModifier and TypeMethodDescriptionvoidBattleMineEvent.method_69847(BattleMineEvent.Wave wave, ServerWorld serverWorld) Constructor parameters in net.minecraft.aprilfools.event with type arguments of type BattleMineEvent.WaveModifierConstructorDescriptionBattleMineEvent(Identifier id, List<BattleMineEvent.Wave> waves) BattleMineEvent(Identifier id, List<BattleMineEvent.Wave> waves, List<UUID> spawnedMobs, int currentWave, long waveCompletedTicks, BlockPos pos, MineEvent.Status status)