Class net.minecraft.data.DataProvider

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

Static Fields

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

Static Methods

DataProvider.writeToPath(gson, cache, output, path) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

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


Static Methods

DataProvider.writeToPath(gson, cache, output, path)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • gson userdata, Gson This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • cache userdata, DataCache This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • output userdata, JsonElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • path userdata, Path This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Instance Methods

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

Returns:

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

Parameters:

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