3#include "mc/_HeaderOutputPredefine.h"
13namespace ItemTransactionLogger {
16MCNAPI
void initializeLogger(
bool enable);
18MCNAPI
void log(::std::string
const& message);
20MCNAPI
void log(::InventoryAction
const& action, ::std::string
const& message);
22MCNAPI
void log(::ItemStack
const& item, ::std::string
const& message);
24MCNAPI
void log(::InventoryTransactionPacket
const& packet, ::std::string
const& message);
26MCNAPI
void log(::ItemStackResponsePacket
const& packet, ::std::string
const& message);
Definition InventoryAction.h:15
Definition InventoryTransactionPacket.h:22
Definition ItemStackResponsePacket.h:17
Definition ItemStack.h:35