Uses of Class
net.minecraft.world.end.DragonSpawnState
-
Packages that use DragonSpawnState Package Description net.minecraft.world.end -
-
Uses of DragonSpawnState in net.minecraft.world.end
Fields in net.minecraft.world.end declared as DragonSpawnState Modifier and Type Field Description private DragonSpawnState
DragonFightManager. respawnStage
Methods in net.minecraft.world.end that return DragonSpawnState Modifier and Type Method Description static DragonSpawnState
DragonSpawnState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DragonSpawnState[]
DragonSpawnState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.world.end with parameters of type DragonSpawnState Modifier and Type Method Description protected void
DragonFightManager. setRespawnStage(DragonSpawnState p_186095_1_)
-