LeviLamina
Loading...
Searching...
No Matches
RepeatUntilSuccessDefinition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/bhave/definition/DecoratorDefinition.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BehaviorFactory
;
11
namespace
Json {
class
Value; }
12
// clang-format on
13
14
class
RepeatUntilSuccessDefinition
:
public
::DecoratorDefinition
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 4, int> mMaxNumberOfAttempts;
19
::ll::TypedStorage<8, 32, ::std::string> mMaxNumberOfAttemptsId;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 1
26
virtual
void
load(
::Json::Value
value,
::BehaviorFactory
const
& factory)
/*override*/
;
27
28
// vIndex: 0
29
virtual
~RepeatUntilSuccessDefinition
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCAPI
void
$load(
::Json::Value
value,
::BehaviorFactory
const
& factory);
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
BehaviorFactory
Definition
BehaviorFactory.h:13
DecoratorDefinition
Definition
DecoratorDefinition.h:15
Json::Value
Definition
Value.h:16
RepeatUntilSuccessDefinition
Definition
RepeatUntilSuccessDefinition.h:14
RepeatUntilSuccessDefinition::$vftable
static MCAPI void ** $vftable()
src-server
mc
world
actor
bhave
definition
RepeatUntilSuccessDefinition.h
Generated on Tue Nov 25 2025 04:01:38 for LeviLamina by
1.12.0