Class net.minecraft.structure.StructureGeneratorFactory

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

Static Methods

StructureGeneratorFactory.checkForBiomeOnTop(heightmapType) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureGeneratorFactory.simple(predicate, generator) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

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


Static Methods

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

Parameters:

  • heightmapType userdata, Heightmap$Type This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Predicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
StructureGeneratorFactory.simple(predicate, generator)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • predicate userdata, Predicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • generator userdata, StructurePiecesGenerator This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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

Instance Methods

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

Parameters:

  • context userdata, StructureGeneratorFactory$Context This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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