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

#pragma once

#include "Mixins/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;
};