OSDN Git Service

test
authorYuri Nagisawa <yuri_nagisawa@users.osdn.me>
Tue, 9 Jun 2015 06:50:45 +0000 (15:50 +0900)
committerYuri Nagisawa <yuri_nagisawa@users.osdn.me>
Tue, 9 Jun 2015 06:50:45 +0000 (15:50 +0900)
src/ProjectMoving/CopyOfTestClass.java [deleted file]
src/ProjectMoving/TestClass.java [deleted file]
src/ProjectMoving/TestFile [deleted file]

diff --git a/src/ProjectMoving/CopyOfTestClass.java b/src/ProjectMoving/CopyOfTestClass.java
deleted file mode 100644 (file)
index 066782c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-\r
-public class CopyOfTestClass {\r
-\r
-}\r
diff --git a/src/ProjectMoving/TestClass.java b/src/ProjectMoving/TestClass.java
deleted file mode 100644 (file)
index 0df56f3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-import net.minecraft.init.Blocks;\r
-import cpw.mods.fml.common.Mod.EventHandler;\r
-import cpw.mods.fml.common.event.FMLInitializationEvent;\r
-\r
-public class TestClass\r
-{\r
-    public static final String MODID = "examplemod";\r
-    public static final String VERSION = "1.0";\r
-\r
-    @EventHandler\r
-    public void init(FMLInitializationEvent event)\r
-    {\r
-               // some example code\r
-        System.out.println("DIRT BLOCK >> "+Blocks.dirt.getUnlocalizedName());\r
-    }\r
-}\r
diff --git a/src/ProjectMoving/TestFile b/src/ProjectMoving/TestFile
deleted file mode 100644 (file)
index 80e9486..0000000
+++ /dev/null
@@ -1 +0,0 @@
-TestText
\ No newline at end of file