LeviLamina
Loading...
Searching...
No Matches
EncyclopediaTopicIndex.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class EncyclopediaTopicIndex : int {
6 Armor = 0,
7 ArmorStand = 1,
8 Banners = 2,
9 Beacons = 3,
10 Beds = 4,
11 Blocks = 5,
12 BookAndQuill = 6,
13 Chests = 7,
14 Conduits = 8,
15 Dyes = 9,
16 Farming = 10,
17 Fireworks = 11,
18 Fishing = 12,
19 JigsawBlocks = 13,
20 Mounts = 14,
21 Navigation = 15,
22 NetherPortals = 16,
23 Pets = 17,
24 Raids = 18,
25 Ranching = 19,
26 Scaffolding = 20,
27 StructureBlocks = 21,
28 Tools = 22,
29 Transportation = 23,
30 Trading = 24,
31 Weapons = 25,
32 Anvil = 26,
33 BrewingStand = 27,
34 Cauldron = 28,
35 CraftingTable = 29,
36 EnchantingTable = 30,
37 Furnace = 31,
38 Loom = 32,
39 SmithingTable = 33,
40 Droppers = 34,
41 Dispensers = 35,
42 Hoppers = 36,
43 Jukebox = 37,
44 Redstone = 38,
45 TheEnd = 39,
46 EyeOfEnder = 40,
47 EndCities = 41,
48 Elytra = 42,
49 ShulkerBoxes = 43,
50 GameSettings = 44,
51 Difficulty = 45,
52 AdventureMode = 46,
53 CreativeMode = 47,
54 Commands = 48,
55 HostAndPlayerOptions = 49,
56 CommandBlocks = 50,
57 RealmsStories = 51,
58 TopicCount = 52,
59};
Definition ArmorStand.h:24
Definition EyeOfEnder.h:15