LeviLamina
Loading...
Searching...
No Matches
ScriptPotionDeliveryType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/alchemy/Potion.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct ClassBinding; }
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI ::std::string getPotionDeliveryTypeId() const;
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCNAPI static ::Scripting::ClassBinding bind();
38
39 MCNAPI static ::std::optional<::Potion::PotionType> tryResolvePotionType(::std::string const& potionTypeId);
40 // NOLINTEND
41};
42
43} // namespace ScriptModuleMinecraft
Definition ScriptPotionDeliveryType.h:15
static MCAPI ::Scripting::ClassBinding bind()
MCAPI::std::string getPotionDeliveryTypeId() const
static MCAPI ::std::optional<::Potion::PotionType > tryResolvePotionType(::std::string const &potionTypeId)
Definition Alias.h:14