LeviLamina
Loading...
Searching...
No Matches
DurabilityThreshold.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/comprehensive/ParticleType.h"
7#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<4, 4, int> mDurability;
14 ::ll::TypedStorage<4, 4, ::ParticleType> mParticleType;
15 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
16 // NOLINTEND
17};
Definition DurabilityThreshold.h:9