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

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

Instance Methods

instance:doWork(targetStatus, world, structureManager, lightingProvider, fullChunkConverter, 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(targetStatus, world, structureManager, lightingProvider, fullChunkConverter, 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"
  • structureManager userdata, StructureManager This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lightingProvider userdata, ServerLightingProvider This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • fullChunkConverter userdata, Function 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, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"