the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 34 lines 609 B view raw
1#pragma once 2 3#include "Creature.h" 4#include "SynchedEntityData.h" 5#include "Entity.h" 6#include "EntityEvent.h" 7#include "EntityIO.h" 8#include "EntityPos.h" 9#include "FlyingMob.h" 10#include "Mob.h" 11#include "MobCategory.h" 12#include "Painting.h" 13#include "PathfinderMob.h" 14 15// 1.8.2 16#include "DelayedRelease.h" 17#include "ExperienceOrb.h" 18 19// 1.0.1 20#include "MobType.h" 21 22// TU9 23#include "ItemFrame.h" 24 25// 1.2.3 26#include "AgableMob.h" 27#include "TamableAnimal.h" 28 29// 1.6.4 30#include "LeashFenceKnotEntity.h" 31#include "MobGroupData.h" 32#include "OwnableEntity.h" 33#include "EntitySelector.h" 34#include "LivingEntity.h"