Uses of Enum Class
net.minecraft.entity.SpawnGroup
Package
Description
-
Uses of SpawnGroup in net.minecraft.entity
Modifier and TypeFieldDescriptionprivate final SpawnGroup
EntityType.Builder.spawnGroup
private final SpawnGroup
EntityType.spawnGroup
Modifier and TypeFieldDescriptionprivate static final Map<String,
SpawnGroup> SpawnGroup.BY_NAME
static final com.mojang.serialization.Codec<SpawnGroup>
SpawnGroup.CODEC
A codec that encodes and decodes a spawn group from and to its name string.Modifier and TypeMethodDescriptionstatic SpawnGroup
Finds the spawn group with the givenname
, ornull
if no group has the givenname
.EntityType.getSpawnGroup()
static SpawnGroup
Returns 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.Modifier and TypeMethodDescriptionstatic <T extends Entity>
EntityType.Builder<T>EntityType.Builder.create
(EntityType.EntityFactory<T> factory, SpawnGroup spawnGroup) static <T extends Entity>
EntityType.Builder<T>EntityType.Builder.create
(SpawnGroup spawnGroup) ModifierConstructorDescriptionprivate
Builder
(EntityType.EntityFactory<T> factory, SpawnGroup spawnGroup) EntityType
(EntityType.EntityFactory<T> factory, SpawnGroup spawnGroup, boolean saveable, boolean summonable, boolean fireImmune, boolean spawnableFarFromPlayer, ImmutableSet<Block> canSpawnInside, EntityDimensions dimensions, int maxTrackDistance, int trackTickInterval) -
Uses of SpawnGroup in net.minecraft.entity.ai.brain.task
-
Uses of SpawnGroup in net.minecraft.server.command
Modifier and TypeMethodDescriptionprivate static int
DebugMobSpawningCommand.execute
(ServerCommandSource source, SpawnGroup group, BlockPos pos) -
Uses of SpawnGroup in net.minecraft.world
Modifier and TypeFieldDescriptionprivate final Object2IntOpenHashMap<SpawnGroup>
SpawnHelper.Info.groupToCount
private final Object2IntMap<SpawnGroup>
SpawnHelper.Info.groupToCountView
private final Object2IntMap<SpawnGroup>
SpawnDensityCapper.DensityCap.spawnGroupsToDensity
Modifier and TypeMethodDescriptionboolean
SpawnDensityCapper.canSpawn
(SpawnGroup spawnGroup, ChunkPos chunkPos) boolean
SpawnDensityCapper.DensityCap.canSpawn
(SpawnGroup spawnGroup) private static boolean
SpawnHelper.canSpawn
(ServerWorld world, SpawnGroup group, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnSettings.SpawnEntry spawnEntry, BlockPos.Mutable pos, double squaredDistance) private static boolean
SpawnHelper.containsSpawnEntry
(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, SpawnSettings.SpawnEntry spawnEntry, BlockPos pos) private static Pool<SpawnSettings.SpawnEntry>
SpawnHelper.getSpawnEntries
(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, BlockPos pos, @Nullable RegistryEntry<Biome> biomeEntry) void
SpawnDensityCapper.DensityCap.increaseDensity
(SpawnGroup spawnGroup) void
SpawnDensityCapper.increaseDensity
(ChunkPos chunkPos, SpawnGroup spawnGroup) (package private) boolean
SpawnHelper.Info.isBelowCap
(SpawnGroup group, ChunkPos chunkPos) private static Optional<SpawnSettings.SpawnEntry>
SpawnHelper.pickRandomSpawnEntry
(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, Random random, BlockPos pos) static boolean
SpawnHelper.shouldUseNetherFortressSpawns
(BlockPos pos, ServerWorld world, SpawnGroup spawnGroup, StructureAccessor structureAccessor) static void
SpawnHelper.spawnEntitiesInChunk
(SpawnGroup group, ServerWorld world, BlockPos pos) static void
SpawnHelper.spawnEntitiesInChunk
(SpawnGroup group, ServerWorld world, Chunk chunk, BlockPos pos, SpawnHelper.Checker checker, SpawnHelper.Runner runner) static void
SpawnHelper.spawnEntitiesInChunk
(SpawnGroup group, ServerWorld world, WorldChunk chunk, SpawnHelper.Checker checker, SpawnHelper.Runner runner) ModifierConstructorDescription(package private)
Info
(int spawningChunkCount, Object2IntOpenHashMap<SpawnGroup> groupToCount, GravityField densityField, SpawnDensityCapper densityCapper) -
Uses of SpawnGroup in net.minecraft.world.biome
Modifier and TypeFieldDescriptionprivate final Map<SpawnGroup,
List<SpawnSettings.SpawnEntry>> SpawnSettings.Builder.spawners
private final Map<SpawnGroup,
Pool<SpawnSettings.SpawnEntry>> SpawnSettings.spawners
Modifier and TypeMethodDescriptionSpawnSettings.getSpawnEntries
(SpawnGroup spawnGroup) SpawnSettings.Builder.spawn
(SpawnGroup spawnGroup, SpawnSettings.SpawnEntry spawnEntry) ModifierConstructorDescription(package private)
SpawnSettings
(float creatureSpawnProbability, Map<SpawnGroup, Pool<SpawnSettings.SpawnEntry>> spawners, Map<EntityType<?>, SpawnSettings.SpawnDensity> spawnCosts) -
Uses of SpawnGroup in net.minecraft.world.gen.chunk
Modifier and TypeMethodDescriptionChunkGenerator.getEntitySpawnList
(RegistryEntry<Biome> biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) -
Uses of SpawnGroup in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionfinal Map<SpawnGroup,
StructureSpawns> ConfiguredStructureFeature.field_37143
Modifier and TypeMethodDescriptionConfiguredStructureFeature<C,
? extends StructureFeature<C>> StructureFeature.configure
(C config, TagKey<Biome> biomeTag, boolean bool, Map<SpawnGroup, StructureSpawns> map) ConfiguredStructureFeature<C,
? extends StructureFeature<C>> StructureFeature.configure
(C config, TagKey<Biome> biomeTag, Map<SpawnGroup, StructureSpawns> map) ModifierConstructorDescriptionConfiguredStructureFeature
(F feature, FC config, RegistryEntryList<Biome> biomes, boolean bool, Map<SpawnGroup, StructureSpawns> map)