Class net.minecraft.command.argument.OperationArgumentType$IntOperator

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

Instance Methods

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


Instance Methods

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

Parameters:

  • scoreboardPlayerScore userdata, ScoreboardPlayerScore This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • scoreboardPlayerScore2 userdata, ScoreboardPlayerScore This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:apply(a, b)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

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