Class net.minecraft.server.function.CommandFunction$Element

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

Instance Methods

instance:execute(manager, source, entries, maxChainLength, depth, tracer) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:execute(manager, source, entries, maxChainLength, depth, tracer)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • manager userdata, CommandFunctionManager This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • source userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • entries userdata, Deque This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • maxChainLength int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • depth int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • tracer userdata, CommandFunctionManager$Tracer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"