Class GhostProtocol
java.lang.Object
com.iantapply.conflux.api.GhostProtocol
Shared limits and validation helpers for the Conflux wire protocol.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCurrent wire protocol understood by this release.static final intMaximum combined encoded appearance characters accepted in one frame.static final intMaximum encoded size of one equipment slot.static final intMaximum players accepted in a single node snapshot.static final intMaximum encoded skin signature length.static final intMaximum encoded skin texture value length. -
Method Summary
-
Field Details
-
CURRENT_VERSION
public static final int CURRENT_VERSIONCurrent wire protocol understood by this release.- See Also:
-
MAX_PLAYERS_PER_FRAME
public static final int MAX_PLAYERS_PER_FRAMEMaximum players accepted in a single node snapshot.- See Also:
-
MAX_EQUIPMENT_LENGTH
public static final int MAX_EQUIPMENT_LENGTHMaximum encoded size of one equipment slot.- See Also:
-
MAX_SKIN_VALUE_LENGTH
public static final int MAX_SKIN_VALUE_LENGTHMaximum encoded skin texture value length.- See Also:
-
MAX_SKIN_SIGNATURE_LENGTH
public static final int MAX_SKIN_SIGNATURE_LENGTHMaximum encoded skin signature length.- See Also:
-
MAX_APPEARANCE_CHARACTERS_PER_FRAME
public static final int MAX_APPEARANCE_CHARACTERS_PER_FRAMEMaximum combined encoded appearance characters accepted in one frame.- See Also:
-