Class net.minecraft.structure.pool.StructurePoolBasedGenerator$PieceFactory

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

Instance Methods

instance:create(structureManager, poolElement, pos, groundLevelDelta, rotation, elementBounds) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:create(structureManager, poolElement, pos, groundLevelDelta, rotation, elementBounds)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • structureManager userdata, StructureManager This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • poolElement userdata, StructurePoolElement 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"
  • groundLevelDelta int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • rotation userdata, BlockRotation This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • elementBounds userdata, BlockBox This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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