LeviLamina
Loading...
Searching...
No Matches
ArmorBuilder.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 4, int> mDurabilityMultiplier;
10 ::ll::TypedStorage<4, 16, ::std::array<int, 4>> mProtectionBySlot;
11 ::ll::TypedStorage<4, 4, int> mToughnessValue;
12 ::ll::TypedStorage<4, 4, int> mEnchantValue;
13 ::ll::TypedStorage<4, 4, float> mKnockBackResistance;
14 // NOLINTEND
15};
Definition ArmorBuilder.h:5