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
11class Actor;
12// clang-format on
13
14class HopperComponent : public ::Hopper {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 12, ::BlockPos> mLastPosition;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCNAPI bool pullInItems(::Actor& owner);
25 // NOLINTEND
26};
Definition Actor.h:103
Definition HopperComponent.h:14
MCAPI bool pullInItems(::Actor &owner)
Definition Hopper.h:14