Archiviert
13
0
Dieses Repository wurde am 2021-01-06 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
ProtocolLib/Javadoc/com/comphenix/protocol/Packets.Server.html

1213 Zeilen
49 KiB
HTML

2012-10-17 08:07:20 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
2012-11-13 17:54:42 +01:00
<!-- Generated by javadoc (version 1.7.0_07) on Tue Nov 13 17:51:10 CET 2012 -->
2012-10-17 08:07:20 +02:00
<title>Packets.Server</title>
2012-11-13 17:54:42 +01:00
<meta name="date" content="2012-11-13">
2012-10-17 08:07:20 +02:00
<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="Packets.Server";
}
//-->
</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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Packets.Server.html">Use</a></li>
<li><a href="package-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><a href="../../../com/comphenix/protocol/Packets.Client.html" title="class in com.comphenix.protocol"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/comphenix/protocol/PacketStream.html" title="interface in com.comphenix.protocol"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/comphenix/protocol/Packets.Server.html" target="_top">Frames</a></li>
<li><a href="Packets.Server.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.comphenix.protocol</div>
<h2 title="Class Packets.Server" class="title">Class Packets.Server</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../com/comphenix/protocol/reflect/IntEnum.html" title="class in com.comphenix.protocol.reflect">com.comphenix.protocol.reflect.IntEnum</a></li>
<li>
<ul class="inheritance">
<li>com.comphenix.protocol.Packets.Server</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../com/comphenix/protocol/Packets.html" title="class in com.comphenix.protocol">Packets</a></dd>
</dl>
<hr>
<br>
<pre>public static final class <span class="strong">Packets.Server</span>
extends <a href="../../../com/comphenix/protocol/reflect/IntEnum.html" title="class in com.comphenix.protocol.reflect">IntEnum</a></pre>
<div class="block">List of packets sent only by the server.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Kristian</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ABILITIES">ABILITIES</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ADD_EXP_ORB">ADD_EXP_ORB</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ARM_ANIMATION">ARM_ANIMATION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ATTACH_ENTITY">ATTACH_ENTITY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#BED">BED</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#BLOCK_BREAK_ANIMATION">BLOCK_BREAK_ANIMATION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#BLOCK_CHANGE">BLOCK_CHANGE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#CHAT">CHAT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#CLOSE_WINDOW">CLOSE_WINDOW</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#COLLECT">COLLECT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#CRAFT_PROGRESS_BAR">CRAFT_PROGRESS_BAR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#CUSTOM_PAYLOAD">CUSTOM_PAYLOAD</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#DESTROY_ENTITY">DESTROY_ENTITY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ENTITY">ENTITY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ENTITY_EQUIPMENT">ENTITY_EQUIPMENT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ENTITY_HEAD_ROTATION">ENTITY_HEAD_ROTATION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ENTITY_LOCATION_ACTION">ENTITY_LOCATION_ACTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ENTITY_LOOK">ENTITY_LOOK</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ENTITY_METADATA">ENTITY_METADATA</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ENTITY_PAINTING">ENTITY_PAINTING</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ENTITY_STATUS">ENTITY_STATUS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ENTITY_TELEPORT">ENTITY_TELEPORT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ENTITY_VELOCITY">ENTITY_VELOCITY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#EXPLOSION">EXPLOSION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#FLYING">FLYING</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#ITEM_DATA">ITEM_DATA</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#KEEP_ALIVE">KEEP_ALIVE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#KEY_REQUEST">KEY_REQUEST</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#KEY_RESPONSE">KEY_RESPONSE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#KICK_DISCONNECT">KICK_DISCONNECT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#LOGIN">LOGIN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#MAP_CHUNK">MAP_CHUNK</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#MAP_CHUNK_BULK">MAP_CHUNK_BULK</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#MOB_EFFECT">MOB_EFFECT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#MOB_SPAWN">MOB_SPAWN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#MULTI_BLOCK_CHANGE">MULTI_BLOCK_CHANGE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#NAMED_ENTITY_SPAWN">NAMED_ENTITY_SPAWN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#NAMED_SOUND_EFFECT">NAMED_SOUND_EFFECT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#OPEN_WINDOW">OPEN_WINDOW</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#PICKUP_SPAWN">PICKUP_SPAWN</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#PLAY_NOTE_BLOCK">PLAY_NOTE_BLOCK</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#PLAYER_INFO">PLAYER_INFO</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#PLAYER_LOOK">PLAYER_LOOK</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#PLAYER_LOOK_MOVE">PLAYER_LOOK_MOVE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#PLAYER_POSITION">PLAYER_POSITION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#REL_ENTITY_MOVE">REL_ENTITY_MOVE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#REL_ENTITY_MOVE_LOOK">REL_ENTITY_MOVE_LOOK</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#REMOVE_MOB_EFFECT">REMOVE_MOB_EFFECT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#RESPAWN">RESPAWN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#SET_CREATIVE_SLOT">SET_CREATIVE_SLOT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#SET_EXPERIENCE">SET_EXPERIENCE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#SET_SLOT">SET_SLOT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#SPAWN_POSITION">SPAWN_POSITION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#STATISTIC">STATISTIC</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#TAB_COMPLETE">TAB_COMPLETE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#TILE_ENTITY_DATA">TILE_ENTITY_DATA</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#TRANSACTION">TRANSACTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#UPDATE_HEALTH">UPDATE_HEALTH</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#UPDATE_SIGN">UPDATE_SIGN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#UPDATE_TIME">UPDATE_TIME</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#VEHICLE_SPAWN">VEHICLE_SPAWN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#WEATHER">WEATHER</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#WINDOW_ITEMS">WINDOW_ITEMS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#WORLD_EVENT">WORLD_EVENT</a></strong></code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_com.comphenix.protocol.reflect.IntEnum">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;com.comphenix.protocol.reflect.<a href="../../../com/comphenix/protocol/reflect/IntEnum.html" title="class in com.comphenix.protocol.reflect">IntEnum</a></h3>
<code><a href="../../../com/comphenix/protocol/reflect/IntEnum.html#members">members</a></code></li>
</ul>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../com/comphenix/protocol/Packets.Server.html" title="class in com.comphenix.protocol">Packets.Server</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#getRegistry()">getRegistry</a></strong>()</code>
<div class="block">A registry that parses between names and packet IDs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.Set&lt;java.lang.Integer&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#getSupported()">getSupported</a></strong>()</code>
<div class="block">Retrieve every client packet the current version of Minecraft is aware of.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../com/comphenix/protocol/Packets.Server.html#isSupported(int)">isSupported</a></strong>(int&nbsp;packetID)</code>
<div class="block">Determine if the given packet is a valid server packet in the current version of Minecraft.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_com.comphenix.protocol.reflect.IntEnum">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;com.comphenix.protocol.reflect.<a href="../../../com/comphenix/protocol/reflect/IntEnum.html" title="class in com.comphenix.protocol.reflect">IntEnum</a></h3>
<code><a href="../../../com/comphenix/protocol/reflect/IntEnum.html#getDeclaredName(java.lang.Integer)">getDeclaredName</a>, <a href="../../../com/comphenix/protocol/reflect/IntEnum.html#hasMember(int)">hasMember</a>, <a href="../../../com/comphenix/protocol/reflect/IntEnum.html#registerAll()">registerAll</a>, <a href="../../../com/comphenix/protocol/reflect/IntEnum.html#registerMember(int, java.lang.String)">registerMember</a>, <a href="../../../com/comphenix/protocol/reflect/IntEnum.html#valueOf(java.lang.String)">valueOf</a>, <a href="../../../com/comphenix/protocol/reflect/IntEnum.html#values()">values</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="KEEP_ALIVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>KEEP_ALIVE</h4>
<pre>public static final&nbsp;int KEEP_ALIVE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.KEEP_ALIVE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LOGIN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOGIN</h4>
<pre>public static final&nbsp;int LOGIN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.LOGIN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CHAT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHAT</h4>
<pre>public static final&nbsp;int CHAT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.CHAT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UPDATE_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UPDATE_TIME</h4>
<pre>public static final&nbsp;int UPDATE_TIME</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.UPDATE_TIME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENTITY_EQUIPMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENTITY_EQUIPMENT</h4>
<pre>public static final&nbsp;int ENTITY_EQUIPMENT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ENTITY_EQUIPMENT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SPAWN_POSITION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPAWN_POSITION</h4>
<pre>public static final&nbsp;int SPAWN_POSITION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.SPAWN_POSITION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UPDATE_HEALTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UPDATE_HEALTH</h4>
<pre>public static final&nbsp;int UPDATE_HEALTH</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.UPDATE_HEALTH">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="RESPAWN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESPAWN</h4>
<pre>public static final&nbsp;int RESPAWN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.RESPAWN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="FLYING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FLYING</h4>
<pre>public static final&nbsp;int FLYING</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.FLYING">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PLAYER_POSITION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLAYER_POSITION</h4>
<pre>public static final&nbsp;int PLAYER_POSITION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.PLAYER_POSITION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PLAYER_LOOK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLAYER_LOOK</h4>
<pre>public static final&nbsp;int PLAYER_LOOK</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.PLAYER_LOOK">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PLAYER_LOOK_MOVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLAYER_LOOK_MOVE</h4>
<pre>public static final&nbsp;int PLAYER_LOOK_MOVE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.PLAYER_LOOK_MOVE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENTITY_LOCATION_ACTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENTITY_LOCATION_ACTION</h4>
<pre>public static final&nbsp;int ENTITY_LOCATION_ACTION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ENTITY_LOCATION_ACTION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ARM_ANIMATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARM_ANIMATION</h4>
<pre>public static final&nbsp;int ARM_ANIMATION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ARM_ANIMATION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="NAMED_ENTITY_SPAWN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NAMED_ENTITY_SPAWN</h4>
<pre>public static final&nbsp;int NAMED_ENTITY_SPAWN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.NAMED_ENTITY_SPAWN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PICKUP_SPAWN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PICKUP_SPAWN</h4>
<pre>public static final&nbsp;int PICKUP_SPAWN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.PICKUP_SPAWN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="COLLECT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COLLECT</h4>
<pre>public static final&nbsp;int COLLECT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.COLLECT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="VEHICLE_SPAWN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VEHICLE_SPAWN</h4>
<pre>public static final&nbsp;int VEHICLE_SPAWN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.VEHICLE_SPAWN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MOB_SPAWN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MOB_SPAWN</h4>
<pre>public static final&nbsp;int MOB_SPAWN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.MOB_SPAWN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENTITY_PAINTING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENTITY_PAINTING</h4>
<pre>public static final&nbsp;int ENTITY_PAINTING</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ENTITY_PAINTING">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ADD_EXP_ORB">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ADD_EXP_ORB</h4>
<pre>public static final&nbsp;int ADD_EXP_ORB</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ADD_EXP_ORB">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENTITY_VELOCITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENTITY_VELOCITY</h4>
<pre>public static final&nbsp;int ENTITY_VELOCITY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ENTITY_VELOCITY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DESTROY_ENTITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DESTROY_ENTITY</h4>
<pre>public static final&nbsp;int DESTROY_ENTITY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.DESTROY_ENTITY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENTITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENTITY</h4>
<pre>public static final&nbsp;int ENTITY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ENTITY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="REL_ENTITY_MOVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REL_ENTITY_MOVE</h4>
<pre>public static final&nbsp;int REL_ENTITY_MOVE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.REL_ENTITY_MOVE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENTITY_LOOK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENTITY_LOOK</h4>
<pre>public static final&nbsp;int ENTITY_LOOK</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ENTITY_LOOK">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="REL_ENTITY_MOVE_LOOK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REL_ENTITY_MOVE_LOOK</h4>
<pre>public static final&nbsp;int REL_ENTITY_MOVE_LOOK</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.REL_ENTITY_MOVE_LOOK">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENTITY_TELEPORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENTITY_TELEPORT</h4>
<pre>public static final&nbsp;int ENTITY_TELEPORT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ENTITY_TELEPORT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENTITY_HEAD_ROTATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENTITY_HEAD_ROTATION</h4>
<pre>public static final&nbsp;int ENTITY_HEAD_ROTATION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ENTITY_HEAD_ROTATION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENTITY_STATUS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENTITY_STATUS</h4>
<pre>public static final&nbsp;int ENTITY_STATUS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ENTITY_STATUS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ATTACH_ENTITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ATTACH_ENTITY</h4>
<pre>public static final&nbsp;int ATTACH_ENTITY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ATTACH_ENTITY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENTITY_METADATA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENTITY_METADATA</h4>
<pre>public static final&nbsp;int ENTITY_METADATA</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ENTITY_METADATA">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MOB_EFFECT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MOB_EFFECT</h4>
<pre>public static final&nbsp;int MOB_EFFECT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.MOB_EFFECT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="REMOVE_MOB_EFFECT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REMOVE_MOB_EFFECT</h4>
<pre>public static final&nbsp;int REMOVE_MOB_EFFECT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.REMOVE_MOB_EFFECT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SET_EXPERIENCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SET_EXPERIENCE</h4>
<pre>public static final&nbsp;int SET_EXPERIENCE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.SET_EXPERIENCE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MAP_CHUNK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAP_CHUNK</h4>
<pre>public static final&nbsp;int MAP_CHUNK</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.MAP_CHUNK">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MULTI_BLOCK_CHANGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MULTI_BLOCK_CHANGE</h4>
<pre>public static final&nbsp;int MULTI_BLOCK_CHANGE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.MULTI_BLOCK_CHANGE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="BLOCK_CHANGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BLOCK_CHANGE</h4>
<pre>public static final&nbsp;int BLOCK_CHANGE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.BLOCK_CHANGE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PLAY_NOTE_BLOCK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLAY_NOTE_BLOCK</h4>
<pre>public static final&nbsp;int PLAY_NOTE_BLOCK</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.PLAY_NOTE_BLOCK">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="BLOCK_BREAK_ANIMATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BLOCK_BREAK_ANIMATION</h4>
<pre>public static final&nbsp;int BLOCK_BREAK_ANIMATION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.BLOCK_BREAK_ANIMATION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MAP_CHUNK_BULK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAP_CHUNK_BULK</h4>
<pre>public static final&nbsp;int MAP_CHUNK_BULK</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.MAP_CHUNK_BULK">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="EXPLOSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXPLOSION</h4>
<pre>public static final&nbsp;int EXPLOSION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.EXPLOSION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="WORLD_EVENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WORLD_EVENT</h4>
<pre>public static final&nbsp;int WORLD_EVENT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.WORLD_EVENT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="NAMED_SOUND_EFFECT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NAMED_SOUND_EFFECT</h4>
<pre>public static final&nbsp;int NAMED_SOUND_EFFECT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.NAMED_SOUND_EFFECT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="BED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BED</h4>
<pre>public static final&nbsp;int BED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.BED">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="WEATHER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WEATHER</h4>
<pre>public static final&nbsp;int WEATHER</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.WEATHER">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="OPEN_WINDOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OPEN_WINDOW</h4>
<pre>public static final&nbsp;int OPEN_WINDOW</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.OPEN_WINDOW">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CLOSE_WINDOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLOSE_WINDOW</h4>
<pre>public static final&nbsp;int CLOSE_WINDOW</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.CLOSE_WINDOW">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SET_SLOT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SET_SLOT</h4>
<pre>public static final&nbsp;int SET_SLOT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.SET_SLOT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="WINDOW_ITEMS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WINDOW_ITEMS</h4>
<pre>public static final&nbsp;int WINDOW_ITEMS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.WINDOW_ITEMS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CRAFT_PROGRESS_BAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CRAFT_PROGRESS_BAR</h4>
<pre>public static final&nbsp;int CRAFT_PROGRESS_BAR</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.CRAFT_PROGRESS_BAR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TRANSACTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRANSACTION</h4>
<pre>public static final&nbsp;int TRANSACTION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.TRANSACTION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SET_CREATIVE_SLOT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SET_CREATIVE_SLOT</h4>
<pre>public static final&nbsp;int SET_CREATIVE_SLOT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.SET_CREATIVE_SLOT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UPDATE_SIGN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UPDATE_SIGN</h4>
<pre>public static final&nbsp;int UPDATE_SIGN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.UPDATE_SIGN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ITEM_DATA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ITEM_DATA</h4>
<pre>public static final&nbsp;int ITEM_DATA</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ITEM_DATA">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TILE_ENTITY_DATA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TILE_ENTITY_DATA</h4>
<pre>public static final&nbsp;int TILE_ENTITY_DATA</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.TILE_ENTITY_DATA">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="STATISTIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STATISTIC</h4>
<pre>public static final&nbsp;int STATISTIC</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.STATISTIC">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PLAYER_INFO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLAYER_INFO</h4>
<pre>public static final&nbsp;int PLAYER_INFO</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.PLAYER_INFO">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ABILITIES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ABILITIES</h4>
<pre>public static final&nbsp;int ABILITIES</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.ABILITIES">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TAB_COMPLETE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TAB_COMPLETE</h4>
<pre>public static final&nbsp;int TAB_COMPLETE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.TAB_COMPLETE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CUSTOM_PAYLOAD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CUSTOM_PAYLOAD</h4>
<pre>public static final&nbsp;int CUSTOM_PAYLOAD</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.CUSTOM_PAYLOAD">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="KEY_RESPONSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>KEY_RESPONSE</h4>
<pre>public static final&nbsp;int KEY_RESPONSE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.KEY_RESPONSE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="KEY_REQUEST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>KEY_REQUEST</h4>
<pre>public static final&nbsp;int KEY_REQUEST</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.KEY_REQUEST">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="KICK_DISCONNECT">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>KICK_DISCONNECT</h4>
<pre>public static final&nbsp;int KICK_DISCONNECT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.comphenix.protocol.Packets.Server.KICK_DISCONNECT">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getRegistry()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRegistry</h4>
<pre>public static&nbsp;<a href="../../../com/comphenix/protocol/Packets.Server.html" title="class in com.comphenix.protocol">Packets.Server</a>&nbsp;getRegistry()</pre>
<div class="block">A registry that parses between names and packet IDs.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The current server registry.</dd></dl>
</li>
</ul>
<a name="isSupported(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSupported</h4>
<pre>public static&nbsp;boolean&nbsp;isSupported(int&nbsp;packetID)
throws <a href="../../../com/comphenix/protocol/reflect/FieldAccessException.html" title="class in com.comphenix.protocol.reflect">FieldAccessException</a></pre>
<div class="block">Determine if the given packet is a valid server packet in the current version of Minecraft.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>packetID</code> - - the packet to test.</dd>
<dt><span class="strong">Returns:</span></dt><dd>TRUE if this packet is supported, FALSE otherwise.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../com/comphenix/protocol/reflect/FieldAccessException.html" title="class in com.comphenix.protocol.reflect">FieldAccessException</a></code> - If we're unable to retrieve the server packet data from Minecraft.</dd></dl>
</li>
</ul>
<a name="getSupported()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getSupported</h4>
<pre>public static&nbsp;java.util.Set&lt;java.lang.Integer&gt;&nbsp;getSupported()
throws <a href="../../../com/comphenix/protocol/reflect/FieldAccessException.html" title="class in com.comphenix.protocol.reflect">FieldAccessException</a></pre>
<div class="block">Retrieve every client packet the current version of Minecraft is aware of.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>Every supported server packet.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../com/comphenix/protocol/reflect/FieldAccessException.html" title="class in com.comphenix.protocol.reflect">FieldAccessException</a></code> - If we're unable to retrieve the server packet data from Minecraft.</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Packets.Server.html">Use</a></li>
<li><a href="package-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><a href="../../../com/comphenix/protocol/Packets.Client.html" title="class in com.comphenix.protocol"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/comphenix/protocol/PacketStream.html" title="interface in com.comphenix.protocol"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/comphenix/protocol/Packets.Server.html" target="_top">Frames</a></li>
<li><a href="Packets.Server.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>