class
Emeralds::C::Add
- Emeralds::C::Add
- Emeralds::Add
- Emeralds::Command
- Reference
- Object
Defined in:
commands/c/Add.crConstructors
Instance Method Summary
-
#block
A block of code to be executed for the command
-
#message
Contains the informational message for the user while performing an Emerald command
Instance methods inherited from class Emeralds::Add
block
block,
message
message
Constructor methods inherited from class Emeralds::Add
new(name = "", silent = false)
new
Instance methods inherited from class Emeralds::Command
block
block,
message
message,
run
run,
separator
separator
Constructor methods inherited from class Emeralds::Command
new(name = "", silent : Bool = false)
new
Constructor Detail
Instance Method Detail
def block
#
Description copied from class Emeralds::Command
A block of code to be executed for the command
return -> The code block
def message
#
Description copied from class Emeralds::Command
Contains the informational message for the user while performing an Emerald command
return -> The string to display