aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/ChestRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/ChestRenderer.h')
-rw-r--r--Minecraft.Client/ChestRenderer.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/Minecraft.Client/ChestRenderer.h b/Minecraft.Client/ChestRenderer.h
index 06c6bfff..3d9345b9 100644
--- a/Minecraft.Client/ChestRenderer.h
+++ b/Minecraft.Client/ChestRenderer.h
@@ -1,5 +1,4 @@
#pragma once
-
#include "TileEntityRenderer.h"
class ChestModel;
@@ -7,8 +6,16 @@ class ChestModel;
class ChestRenderer : public TileEntityRenderer
{
private:
+ static ResourceLocation CHEST_LARGE_TRAP_LOCATION;
+ //static ResourceLocation CHEST_LARGE_XMAS_LOCATION;
+ static ResourceLocation CHEST_LARGE_LOCATION;
+ static ResourceLocation CHEST_TRAP_LOCATION;
+ //static ResourceLocation CHEST_XMAS_LOCATION;
+ static ResourceLocation CHEST_LOCATION;
+
ChestModel *chestModel;
ChestModel *largeChestModel;
+ boolean xmasTextures;
public:
ChestRenderer();