LeviLamina
Loading...
Searching...
No Matches
SitComponent.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
Player
;
11
// clang-format on
12
13
class
SitComponent
{
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
MCAPI
void
_sitEvent(
::Actor
& actor,
bool
sit);
18
19
MCAPI ::InteractionResult getInteraction(
::Actor
& actor,
::Player
& player,
::ActorInteraction
& interaction);
20
// NOLINTEND
21
};
ActorInteraction
Definition
ActorInteraction.h:8
Actor
Definition
Actor.h:106
InteractionResult
Definition
InteractionResult.h:5
Player
Definition
Player.h:129
SitComponent
Definition
SitComponent.h:13
src
mc
entity
components_json_legacy
SitComponent.h
Generated on
for LeviLamina by
1.16.1