Class RunArgs.Network

java.lang.Object
net.minecraft.client.RunArgs.Network
Enclosing class:
RunArgs

@Environment(CLIENT) public static class RunArgs.Network extends Object
Mappings:
Namespace Name
named net/minecraft/client/RunArgs$Network
intermediary net/minecraft/class_542$class_547
official ftg$d
  • Field Details

    • session

      public final Session 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 Lftg$d;a:Lfgj;
    • 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 Lftg$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 Lftg$d;c:Lcom/mojang/authlib/properties/PropertyMap;
    • netProxy

      public final Proxy 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 Lftg$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> Lftg$d;<init>(Lfgj;Lcom/mojang/authlib/properties/PropertyMap;Lcom/mojang/authlib/properties/PropertyMap;Ljava/net/Proxy;)V