com.hypixel.hytale.server.core.io.NetworkSerializer
Methods
Public Methods
Fields
Constructors
package com.hypixel.hytale.server.core.io; @FunctionalInterface public interface NetworkSerializer<Type, Packet> { Packet toPacket(Type var1); }