Package net.minecraft.client
Class RunArgs.Network
java.lang.Object
net.minecraft.client.RunArgs.Network
- Enclosing class:
RunArgs
- Mappings:
Namespace Name named net/minecraft/client/RunArgs$Network
intermediary net/minecraft/class_542$class_547
official fss$d
-
Field Details
-
session
- Mappings:
Namespace Name Mixin selector named session
Lnet/minecraft/client/RunArgs$Network;session:Lnet/minecraft/client/session/Session;
intermediary field_3299
Lnet/minecraft/class_542$class_547;field_3299:Lnet/minecraft/class_320;
official a
Lfss$d;a:Lffv;
-
userProperties
public final com.mojang.authlib.properties.PropertyMap userProperties- Mappings:
Namespace Name Mixin selector named userProperties
Lnet/minecraft/client/RunArgs$Network;userProperties:Lcom/mojang/authlib/properties/PropertyMap;
intermediary field_3298
Lnet/minecraft/class_542$class_547;field_3298:Lcom/mojang/authlib/properties/PropertyMap;
official b
Lfss$d;b:Lcom/mojang/authlib/properties/PropertyMap;
-
profileProperties
public final com.mojang.authlib.properties.PropertyMap profileProperties- Mappings:
Namespace Name Mixin selector named profileProperties
Lnet/minecraft/client/RunArgs$Network;profileProperties:Lcom/mojang/authlib/properties/PropertyMap;
intermediary field_3297
Lnet/minecraft/class_542$class_547;field_3297:Lcom/mojang/authlib/properties/PropertyMap;
official c
Lfss$d;c:Lcom/mojang/authlib/properties/PropertyMap;
-
netProxy
- Mappings:
Namespace Name Mixin selector named netProxy
Lnet/minecraft/client/RunArgs$Network;netProxy:Ljava/net/Proxy;
intermediary field_3296
Lnet/minecraft/class_542$class_547;field_3296:Ljava/net/Proxy;
official d
Lfss$d;d: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 named <init>
Lnet/minecraft/client/RunArgs$Network;<init>(Lnet/minecraft/client/session/Session;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
official <init>
Lfss$d;<init>(Lffv;Lcom/mojang/authlib/properties/PropertyMap;Lcom/mojang/authlib/properties/PropertyMap;Ljava/net/Proxy;)V
-