Cuberite
A lightweight, fast and extensible game server for Minecraft
CustomStatistics.h
Go to the documentation of this file.
1 #pragma once
2 
3 // tolua_begin
4 enum class CustomStatistic
5 {
6  // tolua_end
7 
8  /* Achievements */
9  AchOpenInventory, /* Taking Inventory */
10  AchMineWood, /* Getting Wood */
11  AchBuildWorkBench, /* Benchmarking */
12  AchBuildPickaxe, /* Time to Mine! */
13  AchBuildFurnace, /* Hot Topic */
14  AchAcquireIron, /* Acquire Hardware */
15  AchBuildHoe, /* Time to Farm! */
16  AchMakeBread, /* Bake Bread */
17  AchBakeCake, /* The Lie */
18  AchBuildBetterPickaxe, /* Getting an Upgrade */
19  AchCookFish, /* Delicious Fish */
20  AchOnARail, /* On A Rail */
21  AchBuildSword, /* Time to Strike! */
22  AchKillEnemy, /* Monster Hunter */
23  AchKillCow, /* Cow Tipper */
24  AchFlyPig, /* When Pigs Fly */
25  AchSnipeSkeleton, /* Sniper Duel */
26  AchDiamonds, /* DIAMONDS! */
27  AchPortal, /* We Need to Go Deeper */
28  AchGhast, /* Return to Sender */
29  AchBlazeRod, /* Into Fire */
30  AchPotion, /* Local Brewery */
31  AchTheEnd, /* The End? */
32  AchTheEnd2, /* The End. */
33  AchEnchantments, /* Enchanter */
34  AchOverkill, /* Overkill */
35  AchBookcase, /* Librarian */
36  AchExploreAllBiomes, /* Adventuring Time */
37  AchSpawnWither, /* The Beginning? */
38  AchKillWither, /* The Beginning. */
39  AchFullBeacon, /* Beaconator */
40  AchBreedCow, /* Repopulation */
41  AchDiamondsToYou, /* Diamonds to you! */
42 
43  // tolua_begin
44 
45  /* Statistics */
48  BellRing,
49  BoatOneCm,
50  CleanArmor,
53  ClimbOneCm,
62  Deaths,
63  Drop,
66  FallOneCm,
68  FishCaught,
69  FlyOneCm,
70  HorseOneCm,
88  Jump,
89  LeaveGame,
91  MobKills,
92  OpenBarrel,
93  OpenChest,
96  PigOneCm,
99  PlayRecord,
100  PlayerKills,
101  PotFlower,
102  RaidTrigger,
103  RaidWin,
104  SleepInBed,
105  SneakTime,
106  SprintOneCm,
107  StriderOneCm,
108  SwimOneCm,
110  TargetHit,
116  UseCauldron,
118  WalkOneCm,
120 
121  // Old ones just for compatibility
122  JunkFished,
124 };
125 // tolua_end
CustomStatistic
@ InteractWithCartographyTable