Removed old packet class.
This commit is contained in:
@ -24,11 +24,6 @@ public class Network {
|
|||||||
.simpleChannel();
|
.simpleChannel();
|
||||||
|
|
||||||
int id = 0;
|
int id = 0;
|
||||||
channel.messageBuilder(UpdateRecipesPacket.class, ++id)
|
|
||||||
.encoder(UpdateRecipesPacket::encode)
|
|
||||||
.decoder(UpdateRecipesPacket::decode)
|
|
||||||
.consumer(UpdateRecipesPacket::handle)
|
|
||||||
.add();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void writeVersionInfo(PacketBuffer buffer) {
|
public static void writeVersionInfo(PacketBuffer buffer) {
|
||||||
|
Reference in New Issue
Block a user