LeviLamina
Loading...
Searching...
No Matches
BalloonableComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
ActorInteraction
;
9
class
InteractionResult
;
10
class
ItemStack
;
11
class
Player
;
12
// clang-format on
13
14
class
BalloonableComponent
{
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
MCAPI
bool
attach(
::Actor
& owner,
::Actor
& attacher,
::ItemStack
& item);
19
20
MCAPI
void
detach(
::Actor
& owner,
::Actor
& balloon);
21
22
MCAPI ::InteractionResult getInteraction(
::Actor
& owner,
::Player
& player,
::ActorInteraction
& interaction);
23
// NOLINTEND
24
};
ActorInteraction
Definition
ActorInteraction.h:8
Actor
Definition
Actor.h:106
BalloonableComponent
Definition
BalloonableComponent.h:14
InteractionResult
Definition
InteractionResult.h:5
ItemStack
Definition
ItemStack.h:26
Player
Definition
Player.h:129
src
mc
entity
components_json_legacy
BalloonableComponent.h
Generated on
for LeviLamina by
1.16.1