Class net.minecraft.structure.PostPlacementProcessor

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

Static Fields

userdata, PostPlacementProcessor PostPlacementProcessor.EMPTY This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:afterPlace(world, structureAccessor, chunkGenerator, random, chunkBox, pos, children) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:afterPlace(world, structureAccessor, chunkGenerator, random, chunkBox, pos, children)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • world userdata, StructureWorldAccess 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"
  • chunkGenerator userdata, ChunkGenerator 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"
  • chunkBox userdata, BlockBox This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, ChunkPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • children userdata, StructurePiecesList This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"