LeviLamina
Loading...
Searching...
No Matches
DrinkPotionData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorFilterGroup.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<4, 4, int> mPotionId;
13 ::ll::TypedStorage<4, 4, float> mChance;
14 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilter;
15 // NOLINTEND
16
17public:
18 // member functions
19 // NOLINTBEGIN
20 MCAPI DrinkPotionData();
21
22 MCAPI ~DrinkPotionData();
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
28 MCAPI void* $ctor();
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCAPI void $dtor();
35 // NOLINTEND
36};
Definition DrinkPotionData.h:8