Uses of Record Class
net.minecraft.aprilfools.event.BattleMineEvent.SpawnStrategy
Packages that use BattleMineEvent.SpawnStrategy
-
Uses of BattleMineEvent.SpawnStrategy in net.minecraft.aprilfools.event
Fields in net.minecraft.aprilfools.event declared as BattleMineEvent.SpawnStrategyModifier and TypeFieldDescriptionprivate BattleMineEvent.SpawnStrategyBattleMineEvent.Group.Builder.spawnStrategyprivate final BattleMineEvent.SpawnStrategyBattleMineEvent.Group.spawnStrategyThe field for thespawnStrategyrecord component.Fields in net.minecraft.aprilfools.event with type parameters of type BattleMineEvent.SpawnStrategyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BattleMineEvent.SpawnStrategy> BattleMineEvent.SpawnStrategy.CODECMethods in net.minecraft.aprilfools.event that return BattleMineEvent.SpawnStrategyModifier and TypeMethodDescriptionBattleMineEvent.SpawnStrategy.Builder.build()BattleMineEvent.Group.spawnStrategy()Returns the value of thespawnStrategyrecord component.Constructors in net.minecraft.aprilfools.event with parameters of type BattleMineEvent.SpawnStrategyModifierConstructorDescriptionGroup(RegistryEntryList<EntityType<?>> registryEntryList, boolean bool, IntProvider intProvider, BattleMineEvent.SpawnStrategy spawnStrategy)