Class net.minecraft.world.SpawnHelper

This description should be content pulled from the first comments of a lua file.

Static Fields

int SpawnHelper.CHUNK_AREA This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int SpawnHelper.field_30972 This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int SpawnHelper.field_30973 This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

SpawnHelper.canSpawn(location, world, pos, entityType) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
SpawnHelper.getBiomeDirectly(pos, chunk) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
SpawnHelper.isClearForSpawn(blockView, pos, state, fluidState, entityType) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
SpawnHelper.populateEntities(world, registryEntry, chunkPos, random) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
SpawnHelper.setupSpawn(spawningChunkCount, entities, chunkSource, spawnDensityCapper) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
SpawnHelper.shouldUseNetherFortressSpawns(pos, world, spawnGroup, structureAccessor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
SpawnHelper.spawn(world, chunk, info, spawnAnimals, spawnMonsters, rareSpawn) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
SpawnHelper.spawnEntitiesInChunk(group, world, chunk, pos, checker, runner) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
SpawnHelper.spawnEntitiesInChunk(group, world, chunk, checker, runner) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
SpawnHelper.spawnEntitiesInChunk(group, world, pos) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getClass() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:hashCode() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notify() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0, arg1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

SpawnHelper.canSpawn(location, world, pos, entityType)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • location userdata, SpawnRestriction$Location This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, WorldView This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • entityType userdata, EntityType This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
SpawnHelper.getBiomeDirectly(pos, chunk)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • chunk userdata, Chunk This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
SpawnHelper.isClearForSpawn(blockView, pos, state, fluidState, entityType)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • blockView userdata, BlockView This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • state userdata, BlockState This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • fluidState userdata, FluidState This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • entityType userdata, EntityType This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
SpawnHelper.populateEntities(world, registryEntry, chunkPos, random)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • world userdata, ServerWorldAccess This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • registryEntry userdata, RegistryEntry This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • chunkPos userdata, ChunkPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
SpawnHelper.setupSpawn(spawningChunkCount, entities, chunkSource, spawnDensityCapper)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • spawningChunkCount int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • entities userdata, Iterable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • chunkSource userdata, SpawnHelper$ChunkSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • spawnDensityCapper userdata, SpawnDensityCapper This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, SpawnHelper$Info This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
SpawnHelper.shouldUseNetherFortressSpawns(pos, world, spawnGroup, structureAccessor)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • spawnGroup userdata, SpawnGroup This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • structureAccessor userdata, StructureAccessor This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
SpawnHelper.spawn(world, chunk, info, spawnAnimals, spawnMonsters, rareSpawn)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • chunk userdata, WorldChunk This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • info userdata, SpawnHelper$Info This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • spawnAnimals boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • spawnMonsters boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • rareSpawn boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
SpawnHelper.spawnEntitiesInChunk(group, world, chunk, pos, checker, runner)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • group userdata, SpawnGroup This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • chunk userdata, Chunk This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • checker userdata, SpawnHelper$Checker This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • runner userdata, SpawnHelper$Runner This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
SpawnHelper.spawnEntitiesInChunk(group, world, chunk, checker, runner)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • group userdata, SpawnGroup This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • chunk userdata, WorldChunk This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • checker userdata, SpawnHelper$Checker This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • runner userdata, SpawnHelper$Runner This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
SpawnHelper.spawnEntitiesInChunk(group, world, pos)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • group userdata, SpawnGroup This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Instance Methods

instance:equals(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getClass()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:hashCode()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:notify()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:wait(arg0, arg1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:wait()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"