Uses of Enum Class
net.minecraft.village.raid.Raid.Status
Packages that use Raid.Status
-
Uses of Raid.Status in net.minecraft.village.raid
Fields in net.minecraft.village.raid declared as Raid.StatusFields in net.minecraft.village.raid with type parameters of type Raid.StatusModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Raid.Status> Raid.Status.CODECMethods in net.minecraft.village.raid that return Raid.StatusModifier and TypeMethodDescriptionstatic Raid.StatusReturns the enum constant of this class with the specified name.static Raid.Status[]Raid.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.village.raid with parameters of type Raid.StatusModifierConstructorDescriptionprivateRaid(boolean started, boolean active, long ticksActive, int raidOmenLevel, int wavesSpawned, int preRaidTicks, int postRaidTicks, float totalHealth, int waveCount, Raid.Status status, BlockPos center, Set<UUID> heroesOfTheVillage)