Uses of Class
net.minecraft.aprilfools.event.BattleMineEvent.Group.Builder
Packages that use BattleMineEvent.Group.Builder
-
Uses of BattleMineEvent.Group.Builder in net.minecraft.aprilfools.event
Methods in net.minecraft.aprilfools.event that return BattleMineEvent.Group.BuilderModifier and TypeMethodDescriptionBattleMineEvent.Group.Builder.count(int count) BattleMineEvent.Group.Builder.count(IntProvider count) BattleMineEvent.Group.Builder.spawnStrategy(Consumer<BattleMineEvent.SpawnStrategy.Builder> spawnStrategy) BattleMineEvent.Group.Builder.type(EntityType<?> type) BattleMineEvent.Group.Builder.types(RegistryEntryList<EntityType<?>> types) BattleMineEvent.Group.Builder.useBabyMobs(boolean useBabyMobs) Method parameters in net.minecraft.aprilfools.event with type arguments of type BattleMineEvent.Group.BuilderModifier and TypeMethodDescriptionBattleMineEvent.Wave.Builder.group(Consumer<BattleMineEvent.Group.Builder> group)