Class net.minecraft.structure.StructureSets

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

Static Fields

userdata, RegistryEntry StructureSets.BURIED_TREASURES This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.DESERT_PYRAMIDS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.END_CITIES This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.IGLOOS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.JUNGLE_TEMPLES This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.MINESHAFTS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.NETHER_COMPLEXES This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.NETHER_FOSSILS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.OCEAN_MONUMENTS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.OCEAN_RUINS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.PILLAGER_OUTPOSTS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.RUINED_PORTALS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.SHIPWRECKS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.STRONGHOLDS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.SWAMP_HUTS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.VILLAGES This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, RegistryEntry StructureSets.WOODLAND_MANSIONS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

StructureSets.initAndGetDefault() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureSets.register(key, configuredStructureFigure, placement) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureSets.register(key, structureSet) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

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

Returns:

userdata, RegistryEntry This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
StructureSets.register(key, configuredStructureFigure, placement)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • key userdata, RegistryKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • configuredStructureFigure userdata, RegistryEntry This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • placement userdata, StructurePlacement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, RegistryEntry This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
StructureSets.register(key, structureSet)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • key userdata, RegistryKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • structureSet userdata, StructureSet This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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