aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/net.minecraft.world.entity.animal.h
blob: 2bcb81f15b5980c7899a258f0b90deb687cdae7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#pragma once

#include "Animal.h"
#include "Chicken.h"
#include "Cow.h"
#include "Pig.h"
#include "Sheep.h"
#include "Squid.h"
#include "WaterAnimal.h"
#include "Wolf.h"

// 1.0.1
#include "Golem.h"
#include "MushroomCow.h"
#include "SnowMan.h"

// 1.2.3
#include "Ocelot.h"
#include "VillagerGolem.h"

// 1.6.4
#include "EntityHorse.h"