Uses of Class
net.minecraft.entity.SpawnGroup
| Package | Description |
|---|---|
| net.minecraft.entity | |
| net.minecraft.entity.ai.brain.task | |
| net.minecraft.server.command | |
| net.minecraft.world | |
| net.minecraft.world.biome | |
| net.minecraft.world.gen.chunk |
-
Uses of SpawnGroup in net.minecraft.entity
Fields in net.minecraft.entity declared as SpawnGroup Modifier and Type Field Description private SpawnGroupEntityType.Builder. spawnGroupprivate SpawnGroupEntityType. spawnGroupFields in net.minecraft.entity with type parameters of type SpawnGroup Modifier and Type Field Description private static Map<String,SpawnGroup>SpawnGroup. BY_NAMEstatic com.mojang.serialization.Codec<SpawnGroup>SpawnGroup. CODECA codec that encodes and decodes a spawn group from and to its name string.Methods in net.minecraft.entity that return SpawnGroup Modifier and Type Method Description static SpawnGroupSpawnGroup. byName(String name)Finds the spawn group with the givenname, ornullif no group has the givenname.SpawnGroupEntityType. getSpawnGroup()static SpawnGroupSpawnGroup. valueOf(String name)Returns the enum constant of this type with the specified name.static SpawnGroup[]SpawnGroup. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity with parameters of type SpawnGroup Modifier and Type Method Description static <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)Constructors in net.minecraft.entity with parameters of type SpawnGroup Constructor Description 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
Constructors in net.minecraft.entity.ai.brain.task with parameters of type SpawnGroup Constructor Description FollowMobTask(SpawnGroup spawnGroup, float maxDistance) -
Uses of SpawnGroup in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type SpawnGroup Modifier and Type Method Description private static intDebugMobSpawningCommand. execute(ServerCommandSource source, SpawnGroup group, BlockPos pos) -
Uses of SpawnGroup in net.minecraft.world
Fields in net.minecraft.world declared as SpawnGroup Modifier and Type Field Description private static SpawnGroup[]SpawnHelper. SPAWNABLE_GROUPSFields in net.minecraft.world with type parameters of type SpawnGroup Modifier and Type Field Description private Object2IntOpenHashMap<SpawnGroup>SpawnHelper.Info. groupToCountprivate Object2IntMap<SpawnGroup>SpawnHelper.Info. groupToCountViewMethods in net.minecraft.world that return types with arguments of type SpawnGroup Modifier and Type Method Description Object2IntMap<SpawnGroup>SpawnHelper.Info. getGroupToCount()Methods in net.minecraft.world with parameters of type SpawnGroup Modifier and Type Method Description private static booleanSpawnHelper. canSpawn(ServerWorld world, SpawnGroup group, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnSettings.SpawnEntry spawnEntry, BlockPos.Mutable pos, double squaredDistance)private static booleanSpawnHelper. containsSpawnEntry(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, SpawnSettings.SpawnEntry spawnEntry, BlockPos pos)private static class_6012<SpawnSettings.SpawnEntry>SpawnHelper. getSpawnEntries(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, BlockPos pos, @Nullable Biome biome)private booleanSpawnHelper.Info. isBelowCap(SpawnGroup group)private static Optional<SpawnSettings.SpawnEntry>SpawnHelper. pickRandomSpawnEntry(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, Random random, BlockPos pos)static voidSpawnHelper. spawnEntitiesInChunk(SpawnGroup group, ServerWorld world, BlockPos pos)static voidSpawnHelper. spawnEntitiesInChunk(SpawnGroup group, ServerWorld world, Chunk chunk, BlockPos pos, SpawnHelper.Checker checker, SpawnHelper.Runner runner)static voidSpawnHelper. spawnEntitiesInChunk(SpawnGroup group, ServerWorld world, WorldChunk chunk, SpawnHelper.Checker checker, SpawnHelper.Runner runner)Constructor parameters in net.minecraft.world with type arguments of type SpawnGroup Constructor Description Info(int spawningChunkCount, Object2IntOpenHashMap<SpawnGroup> groupToCount, GravityField densityField) -
Uses of SpawnGroup in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type SpawnGroup Modifier and Type Field Description private Map<SpawnGroup,List<SpawnSettings.SpawnEntry>>SpawnSettings.Builder. spawnersprivate Map<SpawnGroup,class_6012<SpawnSettings.SpawnEntry>>SpawnSettings. spawnersMethods in net.minecraft.world.biome with parameters of type SpawnGroup Modifier and Type Method Description class_6012<SpawnSettings.SpawnEntry>SpawnSettings. getSpawnEntries(SpawnGroup spawnGroup)SpawnSettings.BuilderSpawnSettings.Builder. spawn(SpawnGroup spawnGroup, SpawnSettings.SpawnEntry spawnEntry)Constructor parameters in net.minecraft.world.biome with type arguments of type SpawnGroup Constructor Description SpawnSettings(float creatureSpawnProbability, Map<SpawnGroup,class_6012<SpawnSettings.SpawnEntry>> spawners, Map<EntityType<?>,SpawnSettings.SpawnDensity> spawnCosts, boolean playerSpawnFriendly) -
Uses of SpawnGroup in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type SpawnGroup Modifier and Type Method Description class_6012<SpawnSettings.SpawnEntry>ChunkGenerator. getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos)class_6012<SpawnSettings.SpawnEntry>NoiseChunkGenerator. getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos)