summaryrefslogtreecommitdiff
path: root/javadoc/net/minecraft/client/stream/TwitchStream.html
diff options
context:
space:
mode:
authorFoghrye4 <foghrye4@gmail.com>2017-08-10 18:52:45 +0300
committerFoghrye4 <foghrye4@gmail.com>2017-08-10 18:52:45 +0300
commit0427ab89f1753a44b30cbc35ce021cbbdc845109 (patch)
treeabe418ff5ec174e712fe8dedd434548a945b15a3 /javadoc/net/minecraft/client/stream/TwitchStream.html
parent877312184c472d9845e5ef1008bc538f4634059f (diff)
fix missing source folder
Diffstat (limited to 'javadoc/net/minecraft/client/stream/TwitchStream.html')
-rw-r--r--javadoc/net/minecraft/client/stream/TwitchStream.html1145
1 files changed, 1145 insertions, 0 deletions
diff --git a/javadoc/net/minecraft/client/stream/TwitchStream.html b/javadoc/net/minecraft/client/stream/TwitchStream.html
new file mode 100644
index 0000000..bff6fe6
--- /dev/null
+++ b/javadoc/net/minecraft/client/stream/TwitchStream.html
@@ -0,0 +1,1145 @@
+<!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_65) on Thu Feb 05 20:10:13 EST 2015 -->
+<title>TwitchStream (Forge API)</title>
+<meta name="date" content="2015-02-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="TwitchStream (Forge API)";
+ }
+//-->
+</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="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../net/minecraft/client/stream/NullStream.html" title="class in net.minecraft.client.stream"><span class="strong">Prev Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?net/minecraft/client/stream/TwitchStream.html" target="_top">Frames</a></li>
+<li><a href="TwitchStream.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><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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">net.minecraft.client.stream</div>
+<h2 title="Class TwitchStream" class="title">Class TwitchStream</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>net.minecraft.client.stream.TwitchStream</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a>, <a href="../../../../net/minecraft/client/stream/ChatController.ChatListener.html" title="interface in net.minecraft.client.stream">ChatController.ChatListener</a>, <a href="../../../../net/minecraft/client/stream/IngestServerTester.IngestTestListener.html" title="interface in net.minecraft.client.stream">IngestServerTester.IngestTestListener</a>, <a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">TwitchStream</span>
+extends java.lang.Object
+implements <a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a>, <a href="../../../../net/minecraft/client/stream/ChatController.ChatListener.html" title="interface in net.minecraft.client.stream">ChatController.ChatListener</a>, <a href="../../../../net/minecraft/client/stream/IngestServerTester.IngestTestListener.html" title="interface in net.minecraft.client.stream">IngestServerTester.IngestTestListener</a>, <a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested_class_summary">
+<!-- -->
+</a>
+<h3>Nested Class Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraft.client.stream.IStream">
+<!-- -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;net.minecraft.client.stream.<a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></h3>
+<code><a href="../../../../net/minecraft/client/stream/IStream.AuthFailureReason.html" title="enum in net.minecraft.client.stream">IStream.AuthFailureReason</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- =========== 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 org.apache.logging.log4j.Marker</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#field_152949_a">field_152949_a</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#TwitchStream(net.minecraft.client.Minecraft,%20java.lang.String)">TwitchStream</a></strong>(<a href="../../../../net/minecraft/client/Minecraft.html" title="class in net.minecraft.client">Minecraft</a>&nbsp;p_i1012_1_,
+ java.lang.String&nbsp;p_i1012_2_)</code>&nbsp;</td>
+</tr>
+</table>
+</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>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152891_a(net.minecraft.client.stream.BroadcastController.BroadcastState)">func_152891_a</a></strong>(<a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastState.html" title="enum in net.minecraft.client.stream">BroadcastController.BroadcastState</a>&nbsp;p_152891_1_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152892_c(tv.twitch.ErrorCode)">func_152892_c</a></strong>(tv.twitch.ErrorCode&nbsp;p_152892_1_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152893_b(tv.twitch.ErrorCode)">func_152893_b</a></strong>(tv.twitch.ErrorCode&nbsp;p_152893_1_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152894_a(tv.twitch.broadcast.StreamInfo)">func_152894_a</a></strong>(tv.twitch.broadcast.StreamInfo&nbsp;p_152894_1_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152895_a()">func_152895_a</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152896_a(tv.twitch.broadcast.IngestList)">func_152896_a</a></strong>(tv.twitch.broadcast.IngestList&nbsp;p_152896_1_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152897_a(tv.twitch.ErrorCode)">func_152897_a</a></strong>(tv.twitch.ErrorCode&nbsp;p_152897_1_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152898_a(tv.twitch.ErrorCode,%20tv.twitch.broadcast.GameInfo[])">func_152898_a</a></strong>(tv.twitch.ErrorCode&nbsp;p_152898_1_,
+ tv.twitch.broadcast.GameInfo[]&nbsp;p_152898_2_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152899_b()">func_152899_b</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152900_a(tv.twitch.ErrorCode,%20tv.twitch.AuthToken)">func_152900_a</a></strong>(tv.twitch.ErrorCode&nbsp;p_152900_1_,
+ tv.twitch.AuthToken&nbsp;p_152900_2_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152901_c()">func_152901_c</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152902_f()">func_152902_f</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152903_a(tv.twitch.chat.ChatMessage[])">func_152903_a</a></strong>(tv.twitch.chat.ChatMessage[]&nbsp;p_152903_1_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152904_a(tv.twitch.chat.ChatUserInfo[],%20tv.twitch.chat.ChatUserInfo[],%20tv.twitch.chat.ChatUserInfo[])">func_152904_a</a></strong>(tv.twitch.chat.ChatUserInfo[]&nbsp;p_152904_1_,
+ tv.twitch.chat.ChatUserInfo[]&nbsp;p_152904_2_,
+ tv.twitch.chat.ChatUserInfo[]&nbsp;p_152904_3_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152905_e()">func_152905_e</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152906_d()">func_152906_d</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152907_a(net.minecraft.client.stream.IngestServerTester,%20net.minecraft.client.stream.IngestServerTester.IngestTestState)">func_152907_a</a></strong>(<a href="../../../../net/minecraft/client/stream/IngestServerTester.html" title="class in net.minecraft.client.stream">IngestServerTester</a>&nbsp;p_152907_1_,
+ <a href="../../../../net/minecraft/client/stream/IngestServerTester.IngestTestState.html" title="enum in net.minecraft.client.stream">IngestServerTester.IngestTestState</a>&nbsp;p_152907_2_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152908_z()">func_152908_z</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152909_x()">func_152909_x</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152910_a(boolean)">func_152910_a</a></strong>(boolean&nbsp;p_152910_1_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152911_a(net.minecraft.client.stream.Metadata,%20long)">func_152911_a</a></strong>(<a href="../../../../net/minecraft/client/stream/Metadata.html" title="class in net.minecraft.client.stream">Metadata</a>&nbsp;p_152911_1_,
+ long&nbsp;p_152911_2_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>tv.twitch.ErrorCode</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152912_E()">func_152912_E</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152913_F()">func_152913_F</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152914_u()">func_152914_u</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152915_s()">func_152915_s</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152916_q()">func_152916_q</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152917_b(java.lang.String)">func_152917_b</a></strong>(java.lang.String&nbsp;p_152917_1_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../net/minecraft/client/stream/IStream.AuthFailureReason.html" title="enum in net.minecraft.client.stream">IStream.AuthFailureReason</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152918_H()">func_152918_H</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152919_o()">func_152919_o</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152920_A()">func_152920_A</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152921_C()">func_152921_C</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152922_k()">func_152922_k</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152923_i()">func_152923_i</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152924_m()">func_152924_m</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>tv.twitch.broadcast.IngestServer[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152925_v()">func_152925_v</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>tv.twitch.chat.ChatUserInfo</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152926_a(java.lang.String)">func_152926_a</a></strong>(java.lang.String&nbsp;p_152926_1_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152927_B()">func_152927_B</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152928_D()">func_152928_D</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152929_G()">func_152929_G</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152930_t()">func_152930_t</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152931_p()">func_152931_p</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../net/minecraft/client/stream/IngestServerTester.html" title="class in net.minecraft.client.stream">IngestServerTester</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152932_y()">func_152932_y</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152933_r()">func_152933_r</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152934_n()">func_152934_n</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152935_j()">func_152935_j</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152936_l()">func_152936_l</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152942_I()">func_152942_I</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152946_b(float)">func_152946_b</a></strong>(float&nbsp;p_152946_0_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static float</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152947_c(float)">func_152947_c</a></strong>(float&nbsp;p_152947_0_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../net/minecraft/client/stream/TwitchStream.html#func_152948_a(float)">func_152948_a</a></strong>(float&nbsp;p_152948_0_)</code>&nbsp;</td>
+</tr>
+</table>
+<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="field_152949_a">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>field_152949_a</h4>
+<pre>public static final&nbsp;org.apache.logging.log4j.Marker field_152949_a</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="TwitchStream(net.minecraft.client.Minecraft, java.lang.String)">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>TwitchStream</h4>
+<pre>public&nbsp;TwitchStream(<a href="../../../../net/minecraft/client/Minecraft.html" title="class in net.minecraft.client">Minecraft</a>&nbsp;p_i1012_1_,
+ java.lang.String&nbsp;p_i1012_2_)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="func_152923_i()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152923_i</h4>
+<pre>public&nbsp;void&nbsp;func_152923_i()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152923_i()">func_152923_i</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152935_j()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152935_j</h4>
+<pre>public&nbsp;void&nbsp;func_152935_j()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152935_j()">func_152935_j</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152942_I()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152942_I</h4>
+<pre>protected&nbsp;void&nbsp;func_152942_I()</pre>
+</li>
+</ul>
+<a name="func_152922_k()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152922_k</h4>
+<pre>public&nbsp;void&nbsp;func_152922_k()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152922_k()">func_152922_k</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152936_l()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152936_l</h4>
+<pre>public&nbsp;boolean&nbsp;func_152936_l()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152936_l()">func_152936_l</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152924_m()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152924_m</h4>
+<pre>public&nbsp;boolean&nbsp;func_152924_m()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152924_m()">func_152924_m</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152934_n()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152934_n</h4>
+<pre>public&nbsp;boolean&nbsp;func_152934_n()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152934_n()">func_152934_n</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152911_a(net.minecraft.client.stream.Metadata, long)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152911_a</h4>
+<pre>public&nbsp;void&nbsp;func_152911_a(<a href="../../../../net/minecraft/client/stream/Metadata.html" title="class in net.minecraft.client.stream">Metadata</a>&nbsp;p_152911_1_,
+ long&nbsp;p_152911_2_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152911_a(net.minecraft.client.stream.Metadata,%20long)">func_152911_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152919_o()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152919_o</h4>
+<pre>public&nbsp;boolean&nbsp;func_152919_o()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152919_o()">func_152919_o</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152931_p()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152931_p</h4>
+<pre>public&nbsp;void&nbsp;func_152931_p()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152931_p()">func_152931_p</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152916_q()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152916_q</h4>
+<pre>public&nbsp;void&nbsp;func_152916_q()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152916_q()">func_152916_q</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152933_r()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152933_r</h4>
+<pre>public&nbsp;void&nbsp;func_152933_r()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152933_r()">func_152933_r</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152915_s()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152915_s</h4>
+<pre>public&nbsp;void&nbsp;func_152915_s()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152915_s()">func_152915_s</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152930_t()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152930_t</h4>
+<pre>public&nbsp;void&nbsp;func_152930_t()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152930_t()">func_152930_t</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152914_u()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152914_u</h4>
+<pre>public&nbsp;void&nbsp;func_152914_u()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152914_u()">func_152914_u</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152900_a(tv.twitch.ErrorCode, tv.twitch.AuthToken)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152900_a</h4>
+<pre>public&nbsp;void&nbsp;func_152900_a(tv.twitch.ErrorCode&nbsp;p_152900_1_,
+ tv.twitch.AuthToken&nbsp;p_152900_2_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html#func_152900_a(tv.twitch.ErrorCode,%20tv.twitch.AuthToken)">func_152900_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152897_a(tv.twitch.ErrorCode)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152897_a</h4>
+<pre>public&nbsp;void&nbsp;func_152897_a(tv.twitch.ErrorCode&nbsp;p_152897_1_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html#func_152897_a(tv.twitch.ErrorCode)">func_152897_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152898_a(tv.twitch.ErrorCode, tv.twitch.broadcast.GameInfo[])">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152898_a</h4>
+<pre>public&nbsp;void&nbsp;func_152898_a(tv.twitch.ErrorCode&nbsp;p_152898_1_,
+ tv.twitch.broadcast.GameInfo[]&nbsp;p_152898_2_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html#func_152898_a(tv.twitch.ErrorCode,%20tv.twitch.broadcast.GameInfo[])">func_152898_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152891_a(net.minecraft.client.stream.BroadcastController.BroadcastState)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152891_a</h4>
+<pre>public&nbsp;void&nbsp;func_152891_a(<a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastState.html" title="enum in net.minecraft.client.stream">BroadcastController.BroadcastState</a>&nbsp;p_152891_1_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html#func_152891_a(net.minecraft.client.stream.BroadcastController.BroadcastState)">func_152891_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152895_a()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152895_a</h4>
+<pre>public&nbsp;void&nbsp;func_152895_a()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html#func_152895_a()">func_152895_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152894_a(tv.twitch.broadcast.StreamInfo)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152894_a</h4>
+<pre>public&nbsp;void&nbsp;func_152894_a(tv.twitch.broadcast.StreamInfo&nbsp;p_152894_1_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html#func_152894_a(tv.twitch.broadcast.StreamInfo)">func_152894_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152896_a(tv.twitch.broadcast.IngestList)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152896_a</h4>
+<pre>public&nbsp;void&nbsp;func_152896_a(tv.twitch.broadcast.IngestList&nbsp;p_152896_1_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html#func_152896_a(tv.twitch.broadcast.IngestList)">func_152896_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152893_b(tv.twitch.ErrorCode)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152893_b</h4>
+<pre>public&nbsp;void&nbsp;func_152893_b(tv.twitch.ErrorCode&nbsp;p_152893_1_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html#func_152893_b(tv.twitch.ErrorCode)">func_152893_b</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152899_b()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152899_b</h4>
+<pre>public&nbsp;void&nbsp;func_152899_b()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html#func_152899_b()">func_152899_b</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152901_c()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152901_c</h4>
+<pre>public&nbsp;void&nbsp;func_152901_c()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html#func_152901_c()">func_152901_c</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152892_c(tv.twitch.ErrorCode)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152892_c</h4>
+<pre>public&nbsp;void&nbsp;func_152892_c(tv.twitch.ErrorCode&nbsp;p_152892_1_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html#func_152892_c(tv.twitch.ErrorCode)">func_152892_c</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/BroadcastController.BroadcastListener.html" title="interface in net.minecraft.client.stream">BroadcastController.BroadcastListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152907_a(net.minecraft.client.stream.IngestServerTester, net.minecraft.client.stream.IngestServerTester.IngestTestState)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152907_a</h4>
+<pre>public&nbsp;void&nbsp;func_152907_a(<a href="../../../../net/minecraft/client/stream/IngestServerTester.html" title="class in net.minecraft.client.stream">IngestServerTester</a>&nbsp;p_152907_1_,
+ <a href="../../../../net/minecraft/client/stream/IngestServerTester.IngestTestState.html" title="enum in net.minecraft.client.stream">IngestServerTester.IngestTestState</a>&nbsp;p_152907_2_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IngestServerTester.IngestTestListener.html#func_152907_a(net.minecraft.client.stream.IngestServerTester,%20net.minecraft.client.stream.IngestServerTester.IngestTestState)">func_152907_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IngestServerTester.IngestTestListener.html" title="interface in net.minecraft.client.stream">IngestServerTester.IngestTestListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152948_a(float)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152948_a</h4>
+<pre>public static&nbsp;int&nbsp;func_152948_a(float&nbsp;p_152948_0_)</pre>
+</li>
+</ul>
+<a name="func_152946_b(float)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152946_b</h4>
+<pre>public static&nbsp;int&nbsp;func_152946_b(float&nbsp;p_152946_0_)</pre>
+</li>
+</ul>
+<a name="func_152947_c(float)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152947_c</h4>
+<pre>public static&nbsp;float&nbsp;func_152947_c(float&nbsp;p_152947_0_)</pre>
+</li>
+</ul>
+<a name="func_152925_v()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152925_v</h4>
+<pre>public&nbsp;tv.twitch.broadcast.IngestServer[]&nbsp;func_152925_v()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152925_v()">func_152925_v</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152909_x()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152909_x</h4>
+<pre>public&nbsp;void&nbsp;func_152909_x()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152909_x()">func_152909_x</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152932_y()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152932_y</h4>
+<pre>public&nbsp;<a href="../../../../net/minecraft/client/stream/IngestServerTester.html" title="class in net.minecraft.client.stream">IngestServerTester</a>&nbsp;func_152932_y()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152932_y()">func_152932_y</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152908_z()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152908_z</h4>
+<pre>public&nbsp;boolean&nbsp;func_152908_z()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152908_z()">func_152908_z</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152920_A()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152920_A</h4>
+<pre>public&nbsp;int&nbsp;func_152920_A()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152920_A()">func_152920_A</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152903_a(tv.twitch.chat.ChatMessage[])">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152903_a</h4>
+<pre>public&nbsp;void&nbsp;func_152903_a(tv.twitch.chat.ChatMessage[]&nbsp;p_152903_1_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/ChatController.ChatListener.html#func_152903_a(tv.twitch.chat.ChatMessage[])">func_152903_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/ChatController.ChatListener.html" title="interface in net.minecraft.client.stream">ChatController.ChatListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152904_a(tv.twitch.chat.ChatUserInfo[], tv.twitch.chat.ChatUserInfo[], tv.twitch.chat.ChatUserInfo[])">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152904_a</h4>
+<pre>public&nbsp;void&nbsp;func_152904_a(tv.twitch.chat.ChatUserInfo[]&nbsp;p_152904_1_,
+ tv.twitch.chat.ChatUserInfo[]&nbsp;p_152904_2_,
+ tv.twitch.chat.ChatUserInfo[]&nbsp;p_152904_3_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/ChatController.ChatListener.html#func_152904_a(tv.twitch.chat.ChatUserInfo[],%20tv.twitch.chat.ChatUserInfo[],%20tv.twitch.chat.ChatUserInfo[])">func_152904_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/ChatController.ChatListener.html" title="interface in net.minecraft.client.stream">ChatController.ChatListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152906_d()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152906_d</h4>
+<pre>public&nbsp;void&nbsp;func_152906_d()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/ChatController.ChatListener.html#func_152906_d()">func_152906_d</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/ChatController.ChatListener.html" title="interface in net.minecraft.client.stream">ChatController.ChatListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152905_e()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152905_e</h4>
+<pre>public&nbsp;void&nbsp;func_152905_e()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/ChatController.ChatListener.html#func_152905_e()">func_152905_e</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/ChatController.ChatListener.html" title="interface in net.minecraft.client.stream">ChatController.ChatListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152902_f()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152902_f</h4>
+<pre>public&nbsp;void&nbsp;func_152902_f()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/ChatController.ChatListener.html#func_152902_f()">func_152902_f</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/ChatController.ChatListener.html" title="interface in net.minecraft.client.stream">ChatController.ChatListener</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152927_B()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152927_B</h4>
+<pre>public&nbsp;boolean&nbsp;func_152927_B()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152927_B()">func_152927_B</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152921_C()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152921_C</h4>
+<pre>public&nbsp;java.lang.String&nbsp;func_152921_C()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152921_C()">func_152921_C</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152926_a(java.lang.String)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152926_a</h4>
+<pre>public&nbsp;tv.twitch.chat.ChatUserInfo&nbsp;func_152926_a(java.lang.String&nbsp;p_152926_1_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152926_a(java.lang.String)">func_152926_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152917_b(java.lang.String)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152917_b</h4>
+<pre>public&nbsp;void&nbsp;func_152917_b(java.lang.String&nbsp;p_152917_1_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152917_b(java.lang.String)">func_152917_b</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152928_D()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152928_D</h4>
+<pre>public&nbsp;boolean&nbsp;func_152928_D()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152928_D()">func_152928_D</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152912_E()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152912_E</h4>
+<pre>public&nbsp;tv.twitch.ErrorCode&nbsp;func_152912_E()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152912_E()">func_152912_E</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152913_F()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152913_F</h4>
+<pre>public&nbsp;boolean&nbsp;func_152913_F()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152913_F()">func_152913_F</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152910_a(boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152910_a</h4>
+<pre>public&nbsp;void&nbsp;func_152910_a(boolean&nbsp;p_152910_1_)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152910_a(boolean)">func_152910_a</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152929_G()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>func_152929_G</h4>
+<pre>public&nbsp;boolean&nbsp;func_152929_G()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152929_G()">func_152929_G</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="func_152918_H()">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>func_152918_H</h4>
+<pre>public&nbsp;<a href="../../../../net/minecraft/client/stream/IStream.AuthFailureReason.html" title="enum in net.minecraft.client.stream">IStream.AuthFailureReason</a>&nbsp;func_152918_H()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../net/minecraft/client/stream/IStream.html#func_152918_H()">func_152918_H</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/minecraft/client/stream/IStream.html" title="interface in net.minecraft.client.stream">IStream</a></code></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="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../net/minecraft/client/stream/NullStream.html" title="class in net.minecraft.client.stream"><span class="strong">Prev Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?net/minecraft/client/stream/TwitchStream.html" target="_top">Frames</a></li>
+<li><a href="TwitchStream.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><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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>