Ender crystals
This commit is contained in:
@@ -24,6 +24,7 @@ class cChestEntity;
|
||||
class cCommandBlockEntity;
|
||||
class cDispenserEntity;
|
||||
class cDropperEntity;
|
||||
class cEnderCrystal;
|
||||
class cFurnaceEntity;
|
||||
class cHopperEntity;
|
||||
class cJukeboxEntity;
|
||||
@@ -106,6 +107,7 @@ protected:
|
||||
// Entities:
|
||||
void AddBasicEntity (cEntity * a_Entity, const AString & a_ClassName);
|
||||
void AddBoatEntity (cBoat * a_Boat);
|
||||
void AddEnderCrystalEntity(cEnderCrystal * a_EnderCrystal);
|
||||
void AddFallingBlockEntity(cFallingBlock * a_FallingBlock);
|
||||
void AddMinecartEntity (cMinecart * a_Minecart);
|
||||
void AddMonsterEntity (cMonster * a_Monster);
|
||||
|
||||
Reference in New Issue
Block a user