mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-01 08:29:34 +01:00
325 lines
9.9 KiB
HTML
325 lines
9.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (version 1.7.0_07) on Fri Oct 05 04:44:06 CEST 2012 -->
|
|
<title>Serialized Form</title>
|
|
<meta name="date" content="2012-10-05">
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="Serialized Form";
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar_top">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li>Use</li>
|
|
<li><a href="overview-tree.html">Tree</a></li>
|
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="index-files/index-1.html">Index</a></li>
|
|
<li><a href="help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip-navbar_top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<div class="header">
|
|
<h1 title="Serialized Form" class="title">Serialized Form</h1>
|
|
</div>
|
|
<div class="serializedFormContainer">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.comphenix.protocol.async</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.comphenix.protocol.async.AsyncMarker">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/comphenix/protocol/async/AsyncMarker.html" title="class in com.comphenix.protocol.async">com.comphenix.protocol.async.AsyncMarker</a> extends java.lang.Object implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>-2621498096616187384L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>initialTime</h4>
|
|
<pre>long initialTime</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>timeout</h4>
|
|
<pre>long timeout</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>originalSendingIndex</h4>
|
|
<pre>long originalSendingIndex</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>newSendingIndex</h4>
|
|
<pre>long newSendingIndex</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>processed</h4>
|
|
<pre>boolean processed</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>transmitted</h4>
|
|
<pre>boolean transmitted</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>asyncCancelled</h4>
|
|
<pre>boolean asyncCancelled</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>listenerHandler</h4>
|
|
<pre><a href="com/comphenix/protocol/async/AsyncListenerHandler.html" title="class in com.comphenix.protocol.async">AsyncListenerHandler</a> listenerHandler</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>workerID</h4>
|
|
<pre>int workerID</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.comphenix.protocol.events</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.comphenix.protocol.events.PacketContainer">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/comphenix/protocol/events/PacketContainer.html" title="class in com.comphenix.protocol.events">com.comphenix.protocol.events.PacketContainer</a> extends java.lang.Object implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>2074805748222377230L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serialized_methods">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialization Methods</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="readObject(java.io.ObjectInputStream)">
|
|
<!-- -->
|
|
</a>
|
|
<h4>readObject</h4>
|
|
<pre>private void readObject(java.io.ObjectInputStream input)
|
|
throws java.lang.ClassNotFoundException,
|
|
java.io.IOException</pre>
|
|
<dl><dt><span class="strong">Throws:</span></dt>
|
|
<dd><code>java.lang.ClassNotFoundException</code></dd>
|
|
<dd><code>java.io.IOException</code></dd></dl>
|
|
</li>
|
|
<li class="blockListLast"><a name="writeObject(java.io.ObjectOutputStream)">
|
|
<!-- -->
|
|
</a>
|
|
<h4>writeObject</h4>
|
|
<pre>private void writeObject(java.io.ObjectOutputStream output)
|
|
throws java.io.IOException</pre>
|
|
<dl><dt><span class="strong">Throws:</span></dt>
|
|
<dd><code>java.io.IOException</code></dd></dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>id</h4>
|
|
<pre>int id</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.comphenix.protocol.events.PacketEvent">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/comphenix/protocol/events/PacketEvent.html" title="class in com.comphenix.protocol.events">com.comphenix.protocol.events.PacketEvent</a> extends java.util.EventObject implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>-5360289379097430620L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serialized_methods">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialization Methods</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="readObject(java.io.ObjectInputStream)">
|
|
<!-- -->
|
|
</a>
|
|
<h4>readObject</h4>
|
|
<pre>private void readObject(java.io.ObjectInputStream input)
|
|
throws java.lang.ClassNotFoundException,
|
|
java.io.IOException</pre>
|
|
<dl><dt><span class="strong">Throws:</span></dt>
|
|
<dd><code>java.lang.ClassNotFoundException</code></dd>
|
|
<dd><code>java.io.IOException</code></dd></dl>
|
|
</li>
|
|
<li class="blockListLast"><a name="writeObject(java.io.ObjectOutputStream)">
|
|
<!-- -->
|
|
</a>
|
|
<h4>writeObject</h4>
|
|
<pre>private void writeObject(java.io.ObjectOutputStream output)
|
|
throws java.io.IOException</pre>
|
|
<dl><dt><span class="strong">Throws:</span></dt>
|
|
<dd><code>java.io.IOException</code></dd></dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>packet</h4>
|
|
<pre><a href="com/comphenix/protocol/events/PacketContainer.html" title="class in com.comphenix.protocol.events">PacketContainer</a> packet</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>serverPacket</h4>
|
|
<pre>boolean serverPacket</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>cancel</h4>
|
|
<pre>boolean cancel</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>asyncMarker</h4>
|
|
<pre><a href="com/comphenix/protocol/async/AsyncMarker.html" title="class in com.comphenix.protocol.async">AsyncMarker</a> asyncMarker</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>asynchronous</h4>
|
|
<pre>boolean asynchronous</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.comphenix.protocol.injector</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.comphenix.protocol.injector.PlayerLoggedOutException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/comphenix/protocol/injector/PlayerLoggedOutException.html" title="class in com.comphenix.protocol.injector">com.comphenix.protocol.injector.PlayerLoggedOutException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>4889257862160145234L</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.comphenix.protocol.reflect</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.comphenix.protocol.reflect.FieldAccessException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/comphenix/protocol/reflect/FieldAccessException.html" title="class in com.comphenix.protocol.reflect">com.comphenix.protocol.reflect.FieldAccessException</a> extends java.lang.Exception implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1911011681494034617L</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar_bottom">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li>Use</li>
|
|
<li><a href="overview-tree.html">Tree</a></li>
|
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="index-files/index-1.html">Index</a></li>
|
|
<li><a href="help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip-navbar_bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
</body>
|
|
</html>
|