Class net.minecraft.client.gui.screen.world.EditGameRulesScreen$RuleWidgetFactory

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

Instance Methods

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

Parameters:

  • name userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • description userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • ruleName string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • rule userdata, GameRules$Rule This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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