summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockGlazedTerracotta.h
blob: 0975f1ecdbc094c8b4c6670ac2ffe2f9b5cad71f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#pragma once

#include "Mixins.h"





class cBlockGlazedTerracottaHandler final :
	public cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03>>
{
	using Super = cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03>>;

public:

	using Super::Super;
};