LeviLamina
Loading...
Searching...
No Matches
AssetType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
SharedTypes {
6
7
enum class
AssetType :
int
{
8
BlockOrEntity = -1,
9
Block = 0,
10
Entity = 1,
11
Atmosphere = 2,
12
Biome = 3,
13
BlockTexture = 4,
14
CameraAimAssist = 5,
15
CameraAimAssistCategory = 6,
16
CameraPreset = 7,
17
ColorGrading = 8,
18
Fog = 9,
19
Item = 10,
20
ItemTexture = 11,
21
JigsawProcessorList = 12,
22
JigsawStructure = 13,
23
JigsawStructureSet = 14,
24
JigsawTemplatePool = 15,
25
Lighting = 16,
26
LootTable = 17,
27
Music = 18,
28
Skybox = 19,
29
Sound = 20,
30
TextureFile = 21,
31
Structure = 22,
32
Water = 23,
33
};
34
35
}
src
mc
deps
shared_types
util
AssetType.h
Generated on
for LeviLamina by
1.16.1