Cuberite
A lightweight, fast and extensible game server for Minecraft
GetHandlerCompileTimeTemplate.h
Go to the documentation of this file.
1 
2 #pragma once
3 
10 
11 
12 
13 
14 
15 template<BLOCKTYPE T>
17 
18 
19 
20 
21 
22 template<>
24 {
25 public:
27 };
28 
29 
30 
31 
32 
33 template<>
35 {
36 public:
38 };
39 
40 
41 
42 
43 
44 template<>
46 {
47 public:
49 };
50 
51 
52 
53 
54 
55 template<>
57 {
58 public:
60 };
61 
62 
63 
64 
65 
66 template<>
68 {
69 public:
71 };
72 
73 
74 
75 
76 
77 template<>
79 {
80 public:
82 };
83 
@ E_BLOCK_LEVER
Definition: BlockType.h:83
@ E_BLOCK_WOODEN_DOOR
Definition: BlockType.h:285
@ E_BLOCK_TORCH
Definition: BlockType.h:60
@ E_BLOCK_STONE_BUTTON
Definition: BlockType.h:91
@ E_BLOCK_TRIPWIRE_HOOK
Definition: BlockType.h:146
@ E_BLOCK_PISTON
Definition: BlockType.h:43