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 class
IStream.AuthFailureReason
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
func_152908_z()
void
func_152909_x()
boolean
func_152913_F()
void
func_152917_b(java.lang.String var1)
IStream.AuthFailureReason
func_152918_H()
int
func_152920_A()
java.lang.String
func_152921_C()
void
func_152922_k()
boolean
func_152927_B()
boolean
func_152928_D()
boolean
func_152929_G()
void
func_152930_t()
void
func_152935_j()
boolean
func_152936_l()
boolean
isBroadcasting()
boolean
isPaused()
boolean
isReadyToBroadcast()
void
muteMicrophone(boolean var1)
+ mutes or unmutes the microphone based on the boolean parameter passed into the methodvoid
pause()
+ pauses a streamvoid
requestCommercial()
void
shutdownStream()
+ Shuts down a steamvoid
stopBroadcasting()
void
unpause()
+ unpauses a streamvoid
updateStreamVolume()
-
-
-
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()
-
-