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
10
namespace
Scripting {
struct
ClassBinding; }
11
// clang-format on
12
13
namespace
ScriptModuleMinecraft {
14
15
class
ScriptPotionDeliveryType
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<4, 4>
mUnk2940f5;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
ScriptPotionDeliveryType
& operator=(
ScriptPotionDeliveryType
const
&);
25
ScriptPotionDeliveryType
(
ScriptPotionDeliveryType
const
&);
26
ScriptPotionDeliveryType
();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI ::std::string
getPotionDeliveryTypeId
()
const
;
32
// NOLINTEND
33
34
public
:
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
ScriptModuleMinecraft::ScriptPotionDeliveryType
Definition
ScriptPotionDeliveryType.h:15
ScriptModuleMinecraft::ScriptPotionDeliveryType::bind
static MCAPI ::Scripting::ClassBinding bind()
ScriptModuleMinecraft::ScriptPotionDeliveryType::getPotionDeliveryTypeId
MCAPI::std::string getPotionDeliveryTypeId() const
ScriptModuleMinecraft::ScriptPotionDeliveryType::tryResolvePotionType
static MCAPI ::std::optional<::Potion::PotionType > tryResolvePotionType(::std::string const &potionTypeId)
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
scripting
modules
minecraft
items
potions
ScriptPotionDeliveryType.h
Generated on Sun Oct 12 2025 06:32:04 for LeviLamina by
1.12.0