LeviLamina
|
Public Member Functions | |
constexpr | ExecutedCommandEvent (MCRESULT &result, MinecraftCommands &minecraftCommands, CommandContext &commandContext, bool &suppressOutput) |
LLAPI void | serialize (CompoundTag &) const override |
LLNDAPI MCRESULT & | result () const |
LLNDAPI MinecraftCommands & | minecraftCommands () const |
LLNDAPI CommandContext const & | commandContext () const |
LLNDAPI bool const & | suppressOutput () const |
Protected Attributes | |
CommandContext & | mCommandContext |
bool & | mSuppressOutput |