Package com.viaversion.viaversion.api.protocol
package com.viaversion.viaversion.api.protocol
-
ClassDescriptionAbstractProtocol<CU extends ClientboundPacketType,
CM extends ClientboundPacketType, SM extends ServerboundPacketType, SU extends ServerboundPacketType> Abstract protocol class to handle packet transformation between two protocol versions.A simple protocol which does not have any packet types.Protocol<CU extends ClientboundPacketType,CM extends ClientboundPacketType, SM extends ServerboundPacketType, SU extends ServerboundPacketType> Abstract protocol class handling packet transformation between two protocol versions.Dummy protocol class when there is no need of the existing packet type enums or automated channel mappings.