Uses of Enum Class
net.minecraft.aprilfools.event.BattleMineEvent.SpawnStrategyType
Packages that use BattleMineEvent.SpawnStrategyType
-
Uses of BattleMineEvent.SpawnStrategyType in net.minecraft.aprilfools.event
Fields in net.minecraft.aprilfools.event declared as BattleMineEvent.SpawnStrategyTypeModifier and TypeFieldDescriptionBattleMineEvent.SpawnStrategy.Builder.typeprivate final BattleMineEvent.SpawnStrategyTypeBattleMineEvent.SpawnStrategy.typeThe field for thetyperecord component.Fields in net.minecraft.aprilfools.event with type parameters of type BattleMineEvent.SpawnStrategyTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BattleMineEvent.SpawnStrategyType> BattleMineEvent.SpawnStrategyType.CODECMethods in net.minecraft.aprilfools.event that return BattleMineEvent.SpawnStrategyTypeModifier and TypeMethodDescriptionBattleMineEvent.SpawnStrategy.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static BattleMineEvent.SpawnStrategyType[]BattleMineEvent.SpawnStrategyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.aprilfools.event with parameters of type BattleMineEvent.SpawnStrategyTypeModifier and TypeMethodDescriptionBattleMineEvent.SpawnStrategy.Builder.type(BattleMineEvent.SpawnStrategyType type) Constructors in net.minecraft.aprilfools.event with parameters of type BattleMineEvent.SpawnStrategyTypeModifierConstructorDescriptionSpawnStrategy(BattleMineEvent.SpawnStrategyType spawnStrategyType, BlockPos blockPos, int int2, boolean bool)