docs: regenerate

This commit is contained in:
goat 2020-05-12 20:44:53 +02:00
parent 5a80342243
commit 054315dfc0
85 changed files with 24425 additions and 2247 deletions

View file

@ -73,7 +73,8 @@
<h1 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload" class="text-break">Class PlayerPayload
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>An SeString Payload representing a player link.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
@ -84,7 +85,16 @@
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Process_System_IO_BinaryReader_">Payload.Process(BinaryReader)</a>
<a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Dirty">Payload.Dirty</a>
</div>
<div>
<a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_dataResolver">Payload.dataResolver</a>
</div>
<div>
<a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Encode_System_Boolean_">Payload.Encode(Boolean)</a>
</div>
<div>
<a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Decode_System_IO_BinaryReader_">Payload.Decode(BinaryReader)</a>
</div>
<div>
<a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_START_BYTE">Payload.START_BYTE</a>
@ -137,31 +147,17 @@
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload__ctor.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L18">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload__ctor_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.#ctor*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload__ctor" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.#ctor">PlayerPayload()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public PlayerPayload()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload__ctor_System_String_System_UInt32_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.%23ctor(System.String%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L20">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L61">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload__ctor_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.#ctor*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload__ctor_System_String_System_UInt32_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.#ctor(System.String,System.UInt32)">PlayerPayload(String, UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Create a PlayerPayload link for the specified player.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -180,12 +176,14 @@
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">playerName</span></td>
<td></td>
<td><p>The player's displayed name.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">serverId</span></td>
<td></td>
<td><p>The player's home server id.</p>
</td>
</tr>
</tbody>
</table>
@ -193,18 +191,20 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_PlayerName.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.PlayerName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_DisplayedName.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.DisplayedName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L14">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L50">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_PlayerName_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.PlayerName*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_PlayerName" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.PlayerName">PlayerName</h4>
<div class="markdown level1 summary"></div>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_DisplayedName_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.DisplayedName*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_DisplayedName" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.DisplayedName">DisplayedName</h4>
<div class="markdown level1 summary"><p>A text representation of this player link matching how it might appear in-game.
The world name will always be present.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string PlayerName { get; }</code></pre>
<pre><code class="lang-csharp hljs">public string DisplayedName { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -223,48 +223,19 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_ServerId.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.ServerId%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_PlayerName.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.PlayerName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L15">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L20">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_ServerId_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.ServerId*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_ServerId" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.ServerId">ServerId</h4>
<div class="markdown level1 summary"></div>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_PlayerName_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.PlayerName*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_PlayerName" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.PlayerName">PlayerName</h4>
<div class="markdown level1 summary"><p>The player's displayed name. This does not contain the server name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public uint ServerId { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_ServerName.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.ServerName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L16">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_ServerName_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.ServerName*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_ServerName" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.ServerName">ServerName</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string ServerName { get; }</code></pre>
<pre><code class="lang-csharp hljs">public string PlayerName { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -286,7 +257,7 @@
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_Type.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.Type%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L12">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L14">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_Type_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.Type*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_Type" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.Type">Type</h4>
@ -313,24 +284,23 @@
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Type">Payload.Type</a></div>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_Encode.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.Encode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_World.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.World%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L35">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L37">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_Encode_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.Encode*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_Encode" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.Encode">Encode()</h4>
<div class="markdown level1 summary"></div>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_World_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.World*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_World" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.World">World</h4>
<div class="markdown level1 summary"><p>The Lumina object representing the player's home server.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override byte[] Encode()</code></pre>
<pre><code class="lang-csharp hljs">public World World { get; }</code></pre>
</div>
<h5 class="returns">Returns</h5>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
@ -340,27 +310,30 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span>[]</td>
<td><span class="xref">Lumina.Excel.GeneratedSheets.World</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Encode">Payload.Encode()</a></div>
<h5 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_World_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Value is evaluated lazily and cached.</p>
</div>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_ProcessChunkImpl_System_IO_BinaryReader_System_Int64_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.ProcessChunkImpl(System.IO.BinaryReader%2CSystem.Int64)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_DecodeImpl_System_IO_BinaryReader_System_Int64_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.DecodeImpl(System.IO.BinaryReader%2CSystem.Int64)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L71">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L105">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_ProcessChunkImpl_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.ProcessChunkImpl*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_ProcessChunkImpl_System_IO_BinaryReader_System_Int64_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.ProcessChunkImpl(System.IO.BinaryReader,System.Int64)">ProcessChunkImpl(BinaryReader, Int64)</h4>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_DecodeImpl_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.DecodeImpl*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_DecodeImpl_System_IO_BinaryReader_System_Int64_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.DecodeImpl(System.IO.BinaryReader,System.Int64)">DecodeImpl(BinaryReader, Int64)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected override void ProcessChunkImpl(BinaryReader reader, long endOfStream)</code></pre>
<pre><code class="lang-csharp hljs">protected override void DecodeImpl(BinaryReader reader, long endOfStream)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -385,30 +358,45 @@
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_ProcessChunkImpl_System_IO_BinaryReader_System_Int64_">Payload.ProcessChunkImpl(BinaryReader, Int64)</a></div>
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_DecodeImpl_System_IO_BinaryReader_System_Int64_">Payload.DecodeImpl(BinaryReader, Int64)</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_Resolve.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.Resolve%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_EncodeImpl.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.EncodeImpl%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L26">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L72">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_Resolve_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.Resolve*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_Resolve" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.Resolve">Resolve()</h4>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_EncodeImpl_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.EncodeImpl*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_EncodeImpl" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.EncodeImpl">EncodeImpl()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void Resolve()</code></pre>
<pre><code class="lang-csharp hljs">protected override byte[] EncodeImpl()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span>[]</td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Resolve">Payload.Resolve()</a></div>
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_EncodeImpl">Payload.EncodeImpl()</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_ToString.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L66">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L67">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_ToString_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.ToString*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload_ToString" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.ToString">ToString()</h4>
@ -446,7 +434,7 @@
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L10" class="contribution-link">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/PlayerPayload.cs/#L12" class="contribution-link">View Source</a>
</li>
</ul>
</div>