aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/SkullTileRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/SkullTileRenderer.h')
-rw-r--r--Minecraft.Client/SkullTileRenderer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Minecraft.Client/SkullTileRenderer.h b/Minecraft.Client/SkullTileRenderer.h
index 09c83f9d..ea509b8b 100644
--- a/Minecraft.Client/SkullTileRenderer.h
+++ b/Minecraft.Client/SkullTileRenderer.h
@@ -10,6 +10,11 @@ public:
static SkullTileRenderer *instance;
private:
+ static ResourceLocation SKELETON_LOCATION;
+ static ResourceLocation WITHER_SKELETON_LOCATION;
+ static ResourceLocation ZOMBIE_LOCATION;
+ static ResourceLocation CREEPER_LOCATION;
+
// note: this head fits most mobs, just change texture
SkeletonHeadModel *skeletonModel;
SkeletonHeadModel *zombieModel;