LeviLamina
Loading...
Searching...
No Matches
InteractionResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
InteractionResult
{
6
public
:
7
// InteractionResult inner types define
8
enum class
Result
:
int
{
9
Fail = 0,
10
Success = 1,
11
Swing = 2,
12
};
13
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
Result
mResult;
18
// NOLINTEND
19
};
InteractionResult
Definition
InteractionResult.h:5
Result
Definition
Result.h:6
src
mc
world
gamemode
InteractionResult.h
Generated on Sat Apr 26 2025 05:56:10 for LeviLamina by
1.12.0