Package net.minecraft.client.stream
Interface IStream
-
public interface IStream+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIStream.AuthFailureReason
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfunc_152908_z()voidfunc_152909_x()booleanfunc_152913_F()voidfunc_152917_b(java.lang.String var1)IStream.AuthFailureReasonfunc_152918_H()intfunc_152920_A()java.lang.Stringfunc_152921_C()voidfunc_152922_k()booleanfunc_152927_B()booleanfunc_152928_D()booleanfunc_152929_G()voidfunc_152930_t()voidfunc_152935_j()booleanfunc_152936_l()booleanisBroadcasting()booleanisPaused()booleanisReadyToBroadcast()voidmuteMicrophone(boolean var1)+ mutes or unmutes the microphone based on the boolean parameter passed into the methodvoidpause()+ pauses a streamvoidrequestCommercial()voidshutdownStream()+ Shuts down a steamvoidstopBroadcasting()voidunpause()+ unpauses a streamvoidupdateStreamVolume()
-
-
-
Method Detail
-
shutdownStream
void shutdownStream()
+ Shuts down a steam
-
func_152935_j
void func_152935_j()
-
func_152922_k
void func_152922_k()
-
func_152936_l
boolean func_152936_l()
-
isReadyToBroadcast
boolean isReadyToBroadcast()
-
isBroadcasting
boolean isBroadcasting()
-
isPaused
boolean isPaused()
-
requestCommercial
void requestCommercial()
-
pause
void pause()
+ pauses a stream
-
unpause
void unpause()
+ unpauses a stream
-
updateStreamVolume
void updateStreamVolume()
-
func_152930_t
void func_152930_t()
-
stopBroadcasting
void stopBroadcasting()
-
func_152909_x
void func_152909_x()
-
func_152908_z
boolean func_152908_z()
-
func_152920_A
int func_152920_A()
-
func_152927_B
boolean func_152927_B()
-
func_152921_C
java.lang.String func_152921_C()
-
func_152917_b
void func_152917_b(java.lang.String var1)
-
func_152928_D
boolean func_152928_D()
-
func_152913_F
boolean func_152913_F()
-
muteMicrophone
void muteMicrophone(boolean var1)
+ mutes or unmutes the microphone based on the boolean parameter passed into the method
-
func_152929_G
boolean func_152929_G()
-
func_152918_H
IStream.AuthFailureReason func_152918_H()
-
-