Package net.minecraft.client
Class RunArgs.Network
java.lang.Object
net.minecraft.client.RunArgs.Network
- Enclosing class:
- RunArgs
- Mappings:
Namespace Name official eex$d
intermediary net/minecraft/class_542$class_547
named net/minecraft/client/RunArgs$Network
-
Field Summary
Modifier and TypeFieldDescriptioncom.mojang.authlib.properties.PropertyMap
com.mojang.authlib.properties.PropertyMap
-
Constructor Summary
-
Method Summary
-
Field Details
-
session
- Mappings:
Namespace Name Mixin selector official a
Leex$d;a:Ldwc;
intermediary field_3299
Lnet/minecraft/class_542$class_547;field_3299:Lnet/minecraft/class_320;
named session
Lnet/minecraft/client/RunArgs$Network;session:Lnet/minecraft/client/util/Session;
-
userProperties
public final com.mojang.authlib.properties.PropertyMap userProperties- Mappings:
Namespace Name Mixin selector official b
Leex$d;b:Lcom/mojang/authlib/properties/PropertyMap;
intermediary field_3298
Lnet/minecraft/class_542$class_547;field_3298:Lcom/mojang/authlib/properties/PropertyMap;
named userProperties
Lnet/minecraft/client/RunArgs$Network;userProperties:Lcom/mojang/authlib/properties/PropertyMap;
-
profileProperties
public final com.mojang.authlib.properties.PropertyMap profileProperties- Mappings:
Namespace Name Mixin selector official c
Leex$d;c:Lcom/mojang/authlib/properties/PropertyMap;
intermediary field_3297
Lnet/minecraft/class_542$class_547;field_3297:Lcom/mojang/authlib/properties/PropertyMap;
named profileProperties
Lnet/minecraft/client/RunArgs$Network;profileProperties:Lcom/mojang/authlib/properties/PropertyMap;
-
netProxy
- Mappings:
Namespace Name Mixin selector official d
Leex$d;d:Ljava/net/Proxy;
intermediary field_3296
Lnet/minecraft/class_542$class_547;field_3296:Ljava/net/Proxy;
named netProxy
Lnet/minecraft/client/RunArgs$Network;netProxy:Ljava/net/Proxy;
-
-
Constructor Details
-
Network
public Network(Session session, com.mojang.authlib.properties.PropertyMap userProperties, com.mojang.authlib.properties.PropertyMap profileProperties, Proxy proxy)- Mappings:
Namespace Name Mixin selector official <init>
Leex$d;<init>(Ldwc;Lcom/mojang/authlib/properties/PropertyMap;Lcom/mojang/authlib/properties/PropertyMap;Ljava/net/Proxy;)V
intermediary <init>
Lnet/minecraft/class_542$class_547;<init>(Lnet/minecraft/class_320;Lcom/mojang/authlib/properties/PropertyMap;Lcom/mojang/authlib/properties/PropertyMap;Ljava/net/Proxy;)V
named <init>
Lnet/minecraft/client/RunArgs$Network;<init>(Lnet/minecraft/client/util/Session;Lcom/mojang/authlib/properties/PropertyMap;Lcom/mojang/authlib/properties/PropertyMap;Ljava/net/Proxy;)V
-