PacketSerializerContext
in package
Contains information for a packet serializer specific to a given game session needed for packet encoding and decoding, such as a dictionary of item runtime IDs to their internal string IDs.
Table of Contents
Properties
$itemDictionary
private
ItemTypeDictionary
$itemDictionary
Methods
__construct()
public
__construct(ItemTypeDictionary $itemDictionary) : mixed
Parameters
- $itemDictionary : ItemTypeDictionary
Return values
mixed —getItemDictionary()
public
getItemDictionary() : ItemTypeDictionary