Create our own implementation of Minecraft Protocol's basic components using Netty by the following specific spec.: - [x] Utility for accessing native transport should be added (Epol, KQueue) - [ ] Allow creation of pooled and unpooled packet instances - [ ] Allow backwards-compatibility based on protocol version sent by client The following criteria should be met: - [ ] Independency from other modules except for `shared`, `eventbus` and `runtime` - [ ] Compatibility with all existing minecraft packets (stubs should be used when impossible to implement at current)
Create our own implementation of Minecraft Protocol's basic components using Netty by the following specific spec.:
The following criteria should be met:
shared,eventbusandruntime