Class net.minecraft.server.command.DataCommand$ObjectType

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

Instance Methods

instance:addArgumentsToBuilder(argument, argumentAdder) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getObject(context) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

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

Parameters:

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

Returns:

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

Parameters:

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

Returns:

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