LeviLamina
Loading...
Searching...
No Matches
ItemTransactionLogger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9class ItemStack;
11// clang-format on
12
13namespace ItemTransactionLogger {
14// functions
15// NOLINTBEGIN
16MCAPI void log(::InventoryAction const& action, ::std::string const& message);
17
18MCAPI void log(::ItemStack const& item, ::std::string const& message);
19
20MCAPI void log(::InventoryTransactionPacket const& packet, ::std::string const& message);
21
22MCAPI void log(::ItemStackResponsePacket const& packet, ::std::string const& message);
23// NOLINTEND
24
25} // namespace ItemTransactionLogger
Definition InventoryAction.h:13
Definition InventoryTransactionPacket.h:20
Definition ItemStackResponsePacket.h:17
Definition ItemStack.h:25