LeviLamina
Loading...
Searching...
No Matches
HopperComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/Hopper.h"
7
#include "mc/world/level/BlockPos.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Actor
;
12
// clang-format on
13
14
class
HopperComponent :
public
::Hopper {
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 12, ::BlockPos> mLastPosition;
19
// NOLINTEND
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCAPI HopperComponent();
25
26
MCAPI ::BlockPos getLastPosition()
const
;
27
28
MCAPI
bool
pullInItems(
::Actor
& owner);
29
// NOLINTEND
30
31
public
:
32
// constructor thunks
33
// NOLINTBEGIN
34
MCAPI
void
* $ctor();
35
// NOLINTEND
36
};
Actor
Definition
Actor.h:125
src
mc
entity
components_json_legacy
HopperComponent.h
Generated on
for LeviLamina by
1.16.1