LeviLamina
Loading...
Searching...
No Matches
OnFireComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 4, int> mOnFireTicks;
10 ::ll::TypedStorage<1, 1, bool> mIgnitedThisTick;
11 // NOLINTEND
12
13public:
14 // static variables
15 // NOLINTBEGIN
16 MCAPI static ::std::string const& LEGACY_FIRE_TAG();
17
18 MCAPI static ::std::string const& ON_FIRE_TAG();
19 // NOLINTEND
20};
Definition OnFireComponent.h:5