Class net.minecraft.world.StructureHolder

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

Instance Methods

instance:addStructureReference(configuredStructureFeature, reference) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getStructureReferences() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getStructureReferences(configuredStructureFeature) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getStructureStart(configuredStructureFeature) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:setStructureReferences(structureReferences) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:setStructureStart(configuredStructureFeature, start) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

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

Parameters:

  • configuredStructureFeature userdata, ConfiguredStructureFeature This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • reference int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:getStructureReferences()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Map This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getStructureReferences(configuredStructureFeature)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

userdata, LongSet This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getStructureStart(configuredStructureFeature)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

userdata, StructureStart This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:setStructureReferences(structureReferences)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • structureReferences userdata, Map This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:setStructureStart(configuredStructureFeature, start)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • configuredStructureFeature userdata, ConfiguredStructureFeature This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • start userdata, StructureStart This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"