LeviLamina
Loading...
Searching...
No Matches
OnFireComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
OnFireComponent
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<4, 4, int> mOnFireTicks;
10
::ll::TypedStorage<1, 1, bool> mIgnitedThisTick;
11
// NOLINTEND
12
13
public
:
14
// static variables
15
// NOLINTBEGIN
16
MCNAPI static ::std::string
const
&
LEGACY_FIRE_TAG
();
17
18
MCNAPI static ::std::string
const
&
ON_FIRE_TAG
();
19
// NOLINTEND
20
};
OnFireComponent
Definition
OnFireComponent.h:5
OnFireComponent::ON_FIRE_TAG
static MCAPI ::std::string const & ON_FIRE_TAG()
OnFireComponent::LEGACY_FIRE_TAG
static MCAPI ::std::string const & LEGACY_FIRE_TAG()
src
mc
entity
components
OnFireComponent.h
Generated on Fri Jun 13 2025 05:04:32 for LeviLamina by
1.12.0