Cuberite
A lightweight, fast and extensible game server for Minecraft
BlockGlazedTerracotta.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include "Mixins.h"
5 
6 
7 
8 
9 
11  public cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03>>
12 {
14 
15 public:
16 
17  using Super::Super;
18 };
Mixin to clear the block's meta value when converting to a pickup.
Definition: Mixins.h:31
cMetaRotator< cBlockHandler, BitMask, North, East, South, West, false > Super
Definition: Mixins.h:163