Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "../Item.h"
Go to the source code of this file.
Classes | |
class | cClearMetaOnDrop< Base > |
Mixin to clear the block's meta value when converting to a pickup. More... | |
class | cDisplacementYawRotator< Base, BitMask, North, East, South, West, Up, Down > |
Mixin for blocks whose meta on placement depends on the relative position of the player to the block in addition to the yaw of the player placing the block. More... | |
class | cMetaRotator< Base, BitMask, North, East, South, West, AssertIfNotMatched > |
Mixin for rotations and reflections following the standard pattern of "apply mask, then use a switch". More... | |
class | cYawRotator< Base, BitMask, North, East, South, West, AssertIfNotMatched > |
Mixin for blocks whose meta on placement depends on the yaw of the player placing the block. More... | |