Package net.minecraft.realms
Class Realms
java.lang.Object
net.minecraft.realms.Realms
@Environment(CLIENT) public class Realms extends Object
- Mappings:
Namespace Name official net/minecraft/realms/Realmsintermediary net/minecraft/realms/Realmsnamed net/minecraft/realms/Realms
-
Constructor Summary
Constructors Constructor Description Realms() -
Method Summary
Modifier and Type Method Description static intadventureId()static voidclearResourcePack()static intcreativeId()static longcurrentTimeMillis()static ListenableFuture<Object>downloadResourcePack(String string, String string2)static StringgetGameDirectoryPath()static StringgetName()static ProxygetProxy()static booleangetRealmsNotificationsEnabled()static StringgetSessionId()static StringgetUUID()static booleaninTitleScreen()static booleanisTouchScreen()static StringsessionId()static voidsetConnectedToRealms(boolean bool)static voidsetScreen(RealmsScreen realmsScreen)static intspectatorId()static intsurvivalId()static StringuserName()static StringuuidToName(String string)
-
Constructor Details
-
Realms
public Realms()
-
-
Method Details
-
isTouchScreen
public static boolean isTouchScreen()- Mappings:
Namespace Name Mixin selector official isTouchScreenLnet/minecraft/realms/Realms;isTouchScreen()Zintermediary isTouchScreenLnet/minecraft/realms/Realms;isTouchScreen()Znamed isTouchScreenLnet/minecraft/realms/Realms;isTouchScreen()Z
-
getProxy
- Mappings:
Namespace Name Mixin selector official getProxyLnet/minecraft/realms/Realms;getProxy()Ljava/net/Proxy;intermediary getProxyLnet/minecraft/realms/Realms;getProxy()Ljava/net/Proxy;named getProxyLnet/minecraft/realms/Realms;getProxy()Ljava/net/Proxy;
-
sessionId
- Mappings:
Namespace Name Mixin selector official sessionIdLnet/minecraft/realms/Realms;sessionId()Ljava/lang/String;intermediary sessionIdLnet/minecraft/realms/Realms;sessionId()Ljava/lang/String;named sessionIdLnet/minecraft/realms/Realms;sessionId()Ljava/lang/String;
-
userName
- Mappings:
Namespace Name Mixin selector official userNameLnet/minecraft/realms/Realms;userName()Ljava/lang/String;intermediary userNameLnet/minecraft/realms/Realms;userName()Ljava/lang/String;named userNameLnet/minecraft/realms/Realms;userName()Ljava/lang/String;
-
currentTimeMillis
public static long currentTimeMillis()- Mappings:
Namespace Name Mixin selector official currentTimeMillisLnet/minecraft/realms/Realms;currentTimeMillis()Jintermediary currentTimeMillisLnet/minecraft/realms/Realms;currentTimeMillis()Jnamed currentTimeMillisLnet/minecraft/realms/Realms;currentTimeMillis()J
-
getSessionId
- Mappings:
Namespace Name Mixin selector official getSessionIdLnet/minecraft/realms/Realms;getSessionId()Ljava/lang/String;intermediary getSessionIdLnet/minecraft/realms/Realms;getSessionId()Ljava/lang/String;named getSessionIdLnet/minecraft/realms/Realms;getSessionId()Ljava/lang/String;
-
getUUID
- Mappings:
Namespace Name Mixin selector official getUUIDLnet/minecraft/realms/Realms;getUUID()Ljava/lang/String;intermediary getUUIDLnet/minecraft/realms/Realms;getUUID()Ljava/lang/String;named getUUIDLnet/minecraft/realms/Realms;getUUID()Ljava/lang/String;
-
getName
- Mappings:
Namespace Name Mixin selector official getNameLnet/minecraft/realms/Realms;getName()Ljava/lang/String;intermediary getNameLnet/minecraft/realms/Realms;getName()Ljava/lang/String;named getNameLnet/minecraft/realms/Realms;getName()Ljava/lang/String;
-
uuidToName
- Mappings:
Namespace Name Mixin selector official uuidToNameLnet/minecraft/realms/Realms;uuidToName(Ljava/lang/String;)Ljava/lang/String;intermediary uuidToNameLnet/minecraft/realms/Realms;uuidToName(Ljava/lang/String;)Ljava/lang/String;named uuidToNameLnet/minecraft/realms/Realms;uuidToName(Ljava/lang/String;)Ljava/lang/String;
-
setScreen
- Mappings:
Namespace Name Mixin selector official setScreenLnet/minecraft/realms/Realms;setScreen(Lnet/minecraft/realms/RealmsScreen;)Vintermediary setScreenLnet/minecraft/realms/Realms;setScreen(Lnet/minecraft/realms/RealmsScreen;)Vnamed setScreenLnet/minecraft/realms/Realms;setScreen(Lnet/minecraft/realms/RealmsScreen;)V
-
getGameDirectoryPath
- Mappings:
Namespace Name Mixin selector official getGameDirectoryPathLnet/minecraft/realms/Realms;getGameDirectoryPath()Ljava/lang/String;intermediary getGameDirectoryPathLnet/minecraft/realms/Realms;getGameDirectoryPath()Ljava/lang/String;named getGameDirectoryPathLnet/minecraft/realms/Realms;getGameDirectoryPath()Ljava/lang/String;
-
survivalId
public static int survivalId()- Mappings:
Namespace Name Mixin selector official survivalIdLnet/minecraft/realms/Realms;survivalId()Iintermediary survivalIdLnet/minecraft/realms/Realms;survivalId()Inamed survivalIdLnet/minecraft/realms/Realms;survivalId()I
-
creativeId
public static int creativeId()- Mappings:
Namespace Name Mixin selector official creativeIdLnet/minecraft/realms/Realms;creativeId()Iintermediary creativeIdLnet/minecraft/realms/Realms;creativeId()Inamed creativeIdLnet/minecraft/realms/Realms;creativeId()I
-
adventureId
public static int adventureId()- Mappings:
Namespace Name Mixin selector official adventureIdLnet/minecraft/realms/Realms;adventureId()Iintermediary adventureIdLnet/minecraft/realms/Realms;adventureId()Inamed adventureIdLnet/minecraft/realms/Realms;adventureId()I
-
spectatorId
public static int spectatorId()- Mappings:
Namespace Name Mixin selector official spectatorIdLnet/minecraft/realms/Realms;spectatorId()Iintermediary spectatorIdLnet/minecraft/realms/Realms;spectatorId()Inamed spectatorIdLnet/minecraft/realms/Realms;spectatorId()I
-
setConnectedToRealms
public static void setConnectedToRealms(boolean bool)- Mappings:
Namespace Name Mixin selector official setConnectedToRealmsLnet/minecraft/realms/Realms;setConnectedToRealms(Z)Vintermediary setConnectedToRealmsLnet/minecraft/realms/Realms;setConnectedToRealms(Z)Vnamed setConnectedToRealmsLnet/minecraft/realms/Realms;setConnectedToRealms(Z)V
-
downloadResourcePack
- Mappings:
Namespace Name Mixin selector official downloadResourcePackLnet/minecraft/realms/Realms;downloadResourcePack(Ljava/lang/String;Ljava/lang/String;)Lcom/google/common/util/concurrent/ListenableFuture;intermediary downloadResourcePackLnet/minecraft/realms/Realms;downloadResourcePack(Ljava/lang/String;Ljava/lang/String;)Lcom/google/common/util/concurrent/ListenableFuture;named downloadResourcePackLnet/minecraft/realms/Realms;downloadResourcePack(Ljava/lang/String;Ljava/lang/String;)Lcom/google/common/util/concurrent/ListenableFuture;
-
clearResourcePack
public static void clearResourcePack()- Mappings:
Namespace Name Mixin selector official clearResourcePackLnet/minecraft/realms/Realms;clearResourcePack()Vintermediary clearResourcePackLnet/minecraft/realms/Realms;clearResourcePack()Vnamed clearResourcePackLnet/minecraft/realms/Realms;clearResourcePack()V
-
getRealmsNotificationsEnabled
public static boolean getRealmsNotificationsEnabled()- Mappings:
Namespace Name Mixin selector official getRealmsNotificationsEnabledLnet/minecraft/realms/Realms;getRealmsNotificationsEnabled()Zintermediary getRealmsNotificationsEnabledLnet/minecraft/realms/Realms;getRealmsNotificationsEnabled()Znamed getRealmsNotificationsEnabledLnet/minecraft/realms/Realms;getRealmsNotificationsEnabled()Z
-
inTitleScreen
public static boolean inTitleScreen()- Mappings:
Namespace Name Mixin selector official inTitleScreenLnet/minecraft/realms/Realms;inTitleScreen()Zintermediary inTitleScreenLnet/minecraft/realms/Realms;inTitleScreen()Znamed inTitleScreenLnet/minecraft/realms/Realms;inTitleScreen()Z
-