Uses of Enum Class
net.minecraft.aprilfools.event.MineEvent.Status
Packages that use MineEvent.Status
-
Uses of MineEvent.Status in net.minecraft.aprilfools.event
Fields in net.minecraft.aprilfools.event declared as MineEvent.StatusModifier and TypeFieldDescriptionprivate MineEvent.StatusBattleMineEvent.statusprivate MineEvent.StatusRaidMineEvent.statusFields in net.minecraft.aprilfools.event with type parameters of type MineEvent.StatusModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MineEvent.Status> MineEvent.Status.CODECMethods in net.minecraft.aprilfools.event that return MineEvent.StatusModifier and TypeMethodDescriptionBattleMineEvent.getStatus()EndDragonBattleMineEvent.getStatus()MineEvent.getStatus()RaidMineEvent.getStatus()static MineEvent.StatusReturns the enum constant of this class with the specified name.static MineEvent.Status[]MineEvent.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.aprilfools.event with parameters of type MineEvent.StatusModifierConstructorDescriptionBattleMineEvent(Identifier id, List<BattleMineEvent.Wave> waves, List<UUID> spawnedMobs, int currentWave, long waveCompletedTicks, BlockPos pos, MineEvent.Status status) RaidMineEvent(BlockPos pos, MineEvent.Status status)