Class net.minecraft.world.chunk.ChunkStatus$SimpleGenerationTask

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

Instance Methods

instance:doWork(chunkStatus, executor, serverWorld, chunkGenerator, structureManager, serverLightingProvider, function, list, chunk, bl) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:doWork(targetStatus, world, chunkGenerator, chunks, chunk) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:doWork(chunkStatus, executor, serverWorld, chunkGenerator, structureManager, serverLightingProvider, function, list, chunk, bl)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • chunkStatus userdata, ChunkStatus This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • executor userdata, Executor This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • serverWorld userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • chunkGenerator userdata, ChunkGenerator This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • structureManager userdata, StructureManager This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • serverLightingProvider userdata, ServerLightingProvider This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • function userdata, Function This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • list userdata, List 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"
  • bl boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:doWork(targetStatus, world, chunkGenerator, chunks, chunk)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • targetStatus userdata, ChunkStatus 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"
  • chunkGenerator userdata, ChunkGenerator This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • chunks userdata, List 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"