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
ItemStack
;
12
class
Player
;
13
// clang-format on
14
15
class
BucketableComponent
{
16
public
:
17
// member functions
18
// NOLINTBEGIN
19
MCAPI ::InteractionResult getInteraction(
::Actor
& owner,
::Player
& player,
::ActorInteraction
& interaction);
20
// NOLINTEND
21
22
public
:
23
// static functions
24
// NOLINTBEGIN
25
MCAPI
static
bool
_canBucketWithItem(
::ItemStack
const
& item,
::BaseGameVersion
const
& baseGameVersion);
26
27
MCAPI
static
void
implInteraction(
::Actor
& owner,
::Player
& player);
28
// NOLINTEND
29
30
public
:
31
// static variables
32
// NOLINTBEGIN
33
MCAPI static ::BaseGameVersion
const
& WATER_BUCKET_USEABLE_VERSION();
34
// NOLINTEND
35
};
ActorInteraction
Definition
ActorInteraction.h:8
Actor
Definition
Actor.h:106
BaseGameVersion
Definition
BaseGameVersion.h:8
BucketableComponent
Definition
BucketableComponent.h:15
InteractionResult
Definition
InteractionResult.h:5
ItemStack
Definition
ItemStack.h:26
Player
Definition
Player.h:129
src
mc
entity
components_json_legacy
BucketableComponent.h
Generated on
for LeviLamina by
1.16.1