Uses of Class
net.minecraft.village.VillageSiege.State
-
Packages that use VillageSiege.State Package Description net.minecraft.village -
-
Uses of VillageSiege.State in net.minecraft.village
Fields in net.minecraft.village declared as VillageSiege.State Modifier and Type Field Description private VillageSiege.State
VillageSiege. siegeState
Methods in net.minecraft.village that return VillageSiege.State Modifier and Type Method Description static VillageSiege.State
VillageSiege.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VillageSiege.State[]
VillageSiege.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-