LeviLamina
Loading...
Searching...
No Matches
BucketableComponent.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
BaseGameVersion
;
10
class
InteractionResult
;
11
class
Player
;
12
// clang-format on
13
14
class
BucketableComponent
{
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
MCAPI ::InteractionResult getInteraction(
::Actor
& owner,
::Player
& player,
::ActorInteraction
& interaction);
19
// NOLINTEND
20
21
public
:
22
// static variables
23
// NOLINTBEGIN
24
MCAPI static ::BaseGameVersion
const
& WATER_BUCKET_USEABLE_VERSION();
25
// NOLINTEND
26
};
ActorInteraction
Definition
ActorInteraction.h:8
Actor
Definition
Actor.h:114
BaseGameVersion
Definition
BaseGameVersion.h:8
BucketableComponent
Definition
BucketableComponent.h:14
InteractionResult
Definition
InteractionResult.h:5
Player
Definition
Player.h:128
src
mc
entity
components_json_legacy
BucketableComponent.h
Generated on
for LeviLamina by
1.16.1