LeviLamina
Loading...
Searching...
No Matches
PlayerInteractionUtility.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
9class ItemStack;
10class Player;
11// clang-format on
12
13namespace PlayerInteractionUtility {
14// functions
15// NOLINTBEGIN
16MCNAPI void feedActorWithItem(
17 ::Player& player,
18 ::Actor& actorToFeed,
19 ::ItemStack item,
20 ::std::optional<::ItemDescriptor> const& resultItem
21);
22// NOLINTEND
23
24} // namespace PlayerInteractionUtility
Definition Actor.h:105
Definition ItemDescriptor.h:23
Definition ItemStack.h:26
Definition Player.h:125