LeviLamina
Loading...
Searching...
No Matches
ItemSpecificSpeed.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
16
17public:
18 // member functions
19 // NOLINTBEGIN
21
22 MCNAPI ::ItemSpecificSpeed& operator=(::ItemSpecificSpeed const&);
23
25 // NOLINTEND
26
27public:
28 // constructor thunks
29 // NOLINTBEGIN
30 MCNAPI void* $ctor(::ItemSpecificSpeed const&);
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCNAPI void $dtor();
37 // NOLINTEND
38};
Definition ItemSpecificSpeed.h:5
MCAPI ~ItemSpecificSpeed()
MCAPI void $dtor()
MCAPI ItemSpecificSpeed(::ItemSpecificSpeed const &)
MCAPI void * $ctor(::ItemSpecificSpeed const &)
MCAPI::ItemSpecificSpeed & operator=(::ItemSpecificSpeed const &)
Definition Alias.h:14