LeviLamina
Loading...
Searching...
No Matches
SlotDropChancesComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<4, 48, ::std::array<::EquipmentTableDropChance, 6>> mDropChances;
16 ::ll::TypedStorage<4, 4, float> mDefaultChance;
17 ::ll::TypedStorage<4, 4, float> mDefaultChanceForInvalidSlots;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI void addAdditionalSaveData(::CompoundTag& tag) const;
24
25 MCAPI void readAdditionalSaveData(::CompoundTag const& tag);
26 // NOLINTEND
27};
Definition CompoundTag.h:13
Definition EquipmentTableDropChance.h:5
Definition SlotDropChancesComponent.h:11