summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/net/corechg/transit/network/packet/Packet.java23
-rw-r--r--src/main/resources/fabric.mod.json2
2 files changed, 1 insertions, 24 deletions
diff --git a/src/main/java/net/corechg/transit/network/packet/Packet.java b/src/main/java/net/corechg/transit/network/packet/Packet.java
deleted file mode 100644
index 8aaffdd..0000000
--- a/src/main/java/net/corechg/transit/network/packet/Packet.java
+++ /dev/null
@@ -1,23 +0,0 @@
-package net.corechg.transit.network.packet;
-
-import net.corechg.transit.type.Type;
-
-/**
- * @author Kyle Gunger
- *
- * @param <D> The data type (Object) that the packet transfers.
- */
-public interface Packet<D>
-{
- /**Get the packet's data
- *
- * @return <D> The packet's data
- */
- public D getData();
-
- /**Get the packet's type
- *
- * @return IType<<D>> The type of the packet
- */
- public Type<D> getType();
-} \ No newline at end of file
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 46049fa..2c556ef 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "transit-api",
- "version": "0.10.2",
+ "version": "0.10.3",
"name": "Transit API",
"description": "Move about!",