Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
BlockStems.h File Reference
#include "BlockPlant.h"
Include dependency graph for BlockStems.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cBlockStemsHandler< ProduceBlockType, StemPickupType >
 Handler for stems from which produce grows in an adjacent block (melon, pumpkin) after it becomes ripe (meta == 7). More...
 

Typedefs

using cBlockMelonStemHandler = cBlockStemsHandler< E_BLOCK_MELON, E_ITEM_MELON_SEEDS >
 
using cBlockPumpkinStemHandler = cBlockStemsHandler< E_BLOCK_PUMPKIN, E_ITEM_PUMPKIN_SEEDS >
 

Typedef Documentation

◆ cBlockMelonStemHandler

Definition at line 209 of file BlockStems.h.

◆ cBlockPumpkinStemHandler

Definition at line 210 of file BlockStems.h.