summaryrefslogtreecommitdiff
path: root/common/darkknight/jewelrycraft/client/JewelryCraftClient.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/darkknight/jewelrycraft/client/JewelryCraftClient.java')
-rw-r--r--common/darkknight/jewelrycraft/client/JewelryCraftClient.java16
1 files changed, 0 insertions, 16 deletions
diff --git a/common/darkknight/jewelrycraft/client/JewelryCraftClient.java b/common/darkknight/jewelrycraft/client/JewelryCraftClient.java
deleted file mode 100644
index 734e9d5..0000000
--- a/common/darkknight/jewelrycraft/client/JewelryCraftClient.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package darkknight.jewelrycraft.client;
-
-import net.minecraft.network.INetworkManager;
-import net.minecraft.network.packet.Packet250CustomPayload;
-import cpw.mods.fml.common.network.IPacketHandler;
-import cpw.mods.fml.common.network.Player;
-
-public class JewelryCraftClient implements IPacketHandler
-{
- @Override
- public void onPacketData(INetworkManager manager, Packet250CustomPayload packet, Player player)
- {
- // TODO Auto-generated method stub
-
- }
-}