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

Go to the source code of this file.

Classes

class  cRabbit
 

Enumerations

enum  eRabbitType : UInt8 {
  eRabbitType::Brown = 0, eRabbitType::White = 1, eRabbitType::Black = 2, eRabbitType::BlackAndWhite = 3,
  eRabbitType::Gold = 4, eRabbitType::SaltAndPepper = 5, eRabbitType::TheKillerBunny = 99
}
 

Enumeration Type Documentation

enum eRabbitType : UInt8
strong
Enumerator
Brown 
White 
Black 
BlackAndWhite 
Gold 
SaltAndPepper 
TheKillerBunny 

Definition at line 10 of file Rabbit.h.