|
enum class | BreathableState : int {
InAir = 0
, InWater = 1
, InLava = 2
, InSolids = 3
,
InBreathableOverrideBlock = 4
, InNonBreathableOverrideBlock = 5
} |
|
|
::ll::TypedStorage< 4, 4, int > | mSuffocateTime |
|
::ll::TypedStorage< 4, 4, float > | mInhaleTime |
|
::ll::TypedStorage< 4, 4, int > | mAirRegenPerTick |
|
::ll::TypedStorage< 1, 1, bool > | mBreathesAir |
|
::ll::TypedStorage< 1, 1, bool > | mBreathesWater |
|
::ll::TypedStorage< 1, 1, bool > | mBreathesLava |
|
::ll::TypedStorage< 1, 1, bool > | mBreathesSolids |
|
::ll::TypedStorage< 1, 1, bool > | mGeneratesBubbles |
|
::ll::TypedStorage< 2, 2, short > | mAirSupply |
|
::ll::TypedStorage< 2, 2, short > | mAirSupplyMax |
|
::ll::TypedStorage< 8, 24, ::std::vector<::BlockDescriptor > > | mBreathableBlocks |
|
::ll::TypedStorage< 8, 24, ::std::vector<::BlockDescriptor > > | mNonBreathableBlocks |
|
::ll::TypedStorage< 4, 4, ::BreathableComponent::BreathableState > | mBreathableState |
|
◆ ~BreathableComponent()
MCAPI BreathableComponent::~BreathableComponent |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ canBreathe()
MCAPI bool BreathableComponent::canBreathe |
( |
::Actor const & | owner | ) |
const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ updateBreathableState()
MCAPI void BreathableComponent::updateBreathableState |
( |
::Actor & | owner | ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
MCAPI void BreathableComponent::$dtor |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: