Class net.minecraft.resource.ResourcePackProfile$Factory

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

Instance Methods

instance:create(name, displayName, alwaysEnabled, packFactory, metadata, initialPosition, source) 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(name, displayName, alwaysEnabled, packFactory, metadata, initialPosition, source)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • displayName userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • alwaysEnabled boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • packFactory userdata, Supplier This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • metadata userdata, PackResourceMetadata This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • initialPosition userdata, ResourcePackProfile$InsertionPosition This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • source userdata, ResourcePackSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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