LeviLamina
Loading...
Searching...
No Matches
ScriptCustomCommandParamType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
ScriptModuleMinecraft {
6
7
enum class
ScriptCustomCommandParamType :
int
{
8
Boolean = 0,
9
Integer = 1,
10
Float = 2,
11
String = 3,
12
EntitySelector = 4,
13
PlayerSelector = 5,
14
Location = 6,
15
BlockType
= 7,
16
EntityType = 8,
17
ItemType = 9,
18
Enum = 10,
19
};
20
21
}
BlockType
Definition
BlockType.h:86
src
mc
scripting
modules
minecraft
commands
ScriptCustomCommandParamType.h
Generated on Mon Sep 22 2025 18:24:12 for LeviLamina by
1.12.0