e25ab31316
We can't override the getID method in Packet, as it is marked as final. Instead, we'll just generate a seperate class for each packet ID that needs to be intercepted. We can't inherit from the packet ID of any particular class, as it may get recognized and modified by the sendPacket() method. This could be a problem if this recogition is necessary, but we'll come back to this later. |
||
---|---|---|
.. | ||
.settings | ||
src | ||
.classpath | ||
.gitignore | ||
.project | ||
pom.xml |