Uses of Enum Class
net.minecraft.entity.SpawnGroup
Packages that use SpawnGroup
-
Uses of SpawnGroup in net.minecraft.entity
Methods in net.minecraft.entity that return SpawnGroupModifier and TypeMethodDescriptionstatic SpawnGroupReturns the enum constant of this class with the specified name.static SpawnGroup[]SpawnGroup.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SpawnGroup in net.minecraft.world
Methods in net.minecraft.world with parameters of type SpawnGroupModifier and TypeMethodDescriptionprivate static booleanNaturalSpawner.isValidSpawnPos(SpawnGroup spawnGroup, World world, int x, int y, int z) -
Uses of SpawnGroup in net.minecraft.world.biome
Methods in net.minecraft.world.biome with parameters of type SpawnGroup