LeviLamina
Loading...
Searching...
No Matches
CopperUtil.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockLegacy;
8class HashedString;
9class Player;
10namespace mce { class Color; }
11// clang-format on
12
13namespace CopperUtil {
14// functions
15// NOLINTBEGIN
16MCAPI void trySendWaxingTelemetryEventToClient(::Player& player, ::BlockLegacy const& block);
17// NOLINTEND
18
19// static variables
20// NOLINTBEGIN
21MCAPI ::mce::Color const& WAX_OFF_COLOR();
22
23MCAPI ::mce::Color const& WAX_ON_COLOR();
24
25MCAPI ::HashedString const& nullname();
26// NOLINTEND
27
28} // namespace CopperUtil
Definition BlockLegacy.h:88
Definition HashedString.h:5
Definition Player.h:119