LeviLamina
Loading...
Searching...
No Matches
CelebrateHuntComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7#include "mc/world/level/Tick.h"
8
9// auto generated forward declare list
10// clang-format off
11class Mob;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool> mCelebrating;
19 ::ll::TypedStorage<8, 8, ::Tick> mCelebrateUntil;
20 ::ll::TypedStorage<8, 8, ::Tick> mNextSoundEventTick;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI ::SharedTypes::Legacy::LevelSoundEvent const getCelebrateSound(::Mob const& mob) const;
27
28 MCFOLD ::Tick const getCelebrateUntil() const;
29
30 MCFOLD ::Tick const getNextSoundEventTick() const;
31
32 MCFOLD bool isCelebrating() const;
33
34 MCAPI void setNextSoundEventTick(::Mob const& mob);
35
36 MCAPI void startCelebrating(::Tick const& celebrateUntil);
37
38 MCAPI void stopCelebrating();
39 // NOLINTEND
40};
Definition CelebrateHuntComponent.h:14
Definition Mob.h:57
Definition Tick.h:5