LeviLamina
Loading...
Searching...
No Matches
ClockSpriteCalculator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockSource;
8class Vec3;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI int update(::BlockSource const& region, ::Vec3 const& instant, bool pos);
30 // NOLINTEND
31};
Definition BlockSource.h:67
Definition ClockSpriteCalculator.h:11
Definition Vec3.h:10
Definition Alias.h:14