|
LeviLamina
|
Classes | |
| class | DryingOutTimerDefinition |
Public Types | |
| enum class | DryingOutState : int { DryingOut = 0 , ExceededDryingOutTime = 1 , StoppedDryingOut = 2 } |
Public Member Functions | |
| MCAPI void | addAdditionalSaveData (::CompoundTag &tag) const |
| MCAPI bool | canBeAffectedByWaterBottle () const |
| MCAPI void | readAdditionalSaveData (::Actor &, ::CompoundTag const &tag, ::DataLoadHelper &) |
| MCAPI void | refillTimeWithWaterBottle () |
Public Attributes | |
| ::ll::TypedStorage< 8, 320, ::DryingOutTimerComponent::DryingOutTimerDefinition > | mDefinition |
| ::ll::TypedStorage< 4, 4, int > | mTicksRemainingUntilDryOut |
| ::ll::TypedStorage< 4, 4, ::DryingOutTimerComponent::DryingOutState > | mState |