Class net.minecraft.structure.OceanMonumentGenerator$PieceFactory

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

Instance Methods

instance:canGenerate(setting) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:generate(direction, setting, random) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

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

Parameters:

  • setting userdata, OceanMonumentGenerator$PieceSetting 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:generate(direction, setting, random)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • direction userdata, Direction This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • setting userdata, OceanMonumentGenerator$PieceSetting 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"

Returns:

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