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