Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Player username on startup
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
v3XzZ

Player username on startup

By v3XzZ, October 7, 2013 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

v3XzZ    0

v3XzZ

v3XzZ    0

  • Tree Puncher
  • v3XzZ
  • Members
  • 0
  • 8 posts
Posted October 7, 2013

Hello

I wounder if anybody know how to get the players username during the preinit and/or init stage. The Minecraft.getMinecraft().thePlayer.username doesn't work until you load the world.

Thank you for taking the time :)

  • Quote

Share this post


Link to post
Share on other sites

Draco18s    2416

Draco18s

Draco18s    2416

  • Reality Controller
  • Draco18s
  • Members
  • 2416
  • 16012 posts
Posted October 7, 2013
The Minecraft.getMinecraft().thePlayer.username doesn't work until you load the world.

 

No shit, there isn't a player entity until they log into a world.

You're going to need to backtrack the EntityPlayer creation to figure out where the username comes from.

  • Quote

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Share this post


Link to post
Share on other sites

v3XzZ    0

v3XzZ

v3XzZ    0

  • Tree Puncher
  • v3XzZ
  • Members
  • 0
  • 8 posts
Posted October 7, 2013

Yes, i know there isn't. That's what i meant. I have tried to backlog but can't find anything so thats why I am asking. The only place I have seen any traces is in the FMLTweaker but there is no instance to that...

  • Quote

Share this post


Link to post
Share on other sites

v3XzZ    0

v3XzZ

v3XzZ    0

  • Tree Puncher
  • v3XzZ
  • Members
  • 0
  • 8 posts
Posted October 7, 2013

Anyone have any idea?

  • Quote

Share this post


Link to post
Share on other sites

Mew    36

Mew

Mew    36

  • Dragon Slayer
  • Mew
  • Members
  • 36
  • 567 posts
Posted October 8, 2013

I am pretty sure that the username is stored in the current session. I believe a new session is created when you log in.

  • Quote

I am Mew. The Legendary Psychic. I behave oddly and am always playing practical jokes.

 

I have also found that I really love making extremely long and extremely but sometimes not so descriptive variables. Sort of like what I just did there xD

Share this post


Link to post
Share on other sites

v3XzZ    0

v3XzZ

v3XzZ    0

  • Tree Puncher
  • v3XzZ
  • Members
  • 0
  • 8 posts
Posted October 8, 2013

Yes, acctually just before i checked this post i found it. I use reflection to get access to the session in minecraft. Then i call the func. func_111285_a() to return the username. Thanks for the post anyway :)

  • Quote

Share this post


Link to post
Share on other sites

Flenix    21

Flenix

Flenix    21

  • Diamond Finder
  • Flenix
  • Members
  • 21
  • 440 posts
Posted October 21, 2013

No need for fancy reflection.

Stick this in your init section, and it prints the username to the log at startup:

 

    System.out.println("The username is...." + Minecraft.getMinecraft().getSession().getUsername() + "!");

  • Quote

width=463 height=200

http://s13.postimg.org/z9mlly2av/siglogo.png[/img]

My mods (Links coming soon)

Cities | Roads | Remula | SilvaniaMod | MoreStats

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • LessyDoggy
      Forge 1.12.2 Installing Bug

      By LessyDoggy · Posted 21 minutes ago

      So I used forge 1.16.5 but now I cant change it too 1.12.2 no mather what. I have tried Installing client, Installing server and extract but nothing works. I even removed forge 1.16.5 from my computer but I still have that verison on and idk how to change it.
    • Yourskillx2
      !!Keeps crashing during launch!!

      By Yourskillx2 · Posted 39 minutes ago

      I have a decent sized mod pack with around 90 mods and every time I go to launch the game, it loads some stuff then crashes with exit code 0, I cannot figure out if its a mod in the pack doing it, like maybe not a release version or if it just doesn't work with Mc like its supposed to.
    • IMaironI
      server error

      By IMaironI · Posted 7 hours ago

      2021-03-06-8.log
    • diesieben07
      server error

      By diesieben07 · Posted 7 hours ago

      Like I already said: The logs folder.
    • prototype204
      Attacking/Hitting issue

      By prototype204 · Posted 7 hours ago

      I am no longer able to attack animals or mobs in the game, however they are still able to attack me. I checked to verify that the mods I downloaded weren't the issue. I think they might be an error code in forge 1.16.5 however if anyone knows what I could do to fix this. P.S. I could still break bricks. 
  • Topics

    • LessyDoggy
      0
      Forge 1.12.2 Installing Bug

      By LessyDoggy
      Started 21 minutes ago

    • Yourskillx2
      0
      !!Keeps crashing during launch!!

      By Yourskillx2
      Started 39 minutes ago

    • IMaironI
      13
      server error

      By IMaironI
      Started 11 hours ago

    • prototype204
      0
      Attacking/Hitting issue

      By prototype204
      Started 7 hours ago

    • BeardlessBrady
      3
      [1.16.5] Adding arguments to DeferredRegister and RegistryObject

      By BeardlessBrady
      Started 11 hours ago

  • Who's Online (See full list)

    • zlappedx3
    • Lachezar Tsvetkov
    • Alex155Hales
    • VecsonON
    • vickus152
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Player username on startup
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community