Solved HashMaps in another class.

Discussion in 'Plugin Development' started by StealWonders, Nov 22, 2014.

Thread Status:
Not open for further replies.
  1. Hey guys I want to make a plugin but for that I "need" I want to have the ability to access a HashMap from another class. I already have this.

    Code:java
    1. private Main main;
    2. public Nick(Main main) {
    3. this.main = main;
    4. }


    Thats works only in the Main.java class. But I also want to use it In the PlayerThings.java class.
     
  2. StealWonders The solved prefix is for when it ia solved, if you have it and it is not solved less people will come on to the thread.

    This is also in the wrong section, it should be in Plugin Devlopment.
     
  3. I know this is wrong :D just dunno how to close it
     
  4. Offline

    timtower Administrator Administrator Moderator

    Moved and closed
     
Thread Status:
Not open for further replies.

Share This Page