Search:

Type: Posts; User: dpek

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,541

    [SOLVED] Re: Using values set in one class in another

    No problem, glad you got it solved. I would suggest looking more into class-specific things in java like public, private, protected, static, void, get/set methods, what the args in public static void...
  2. Replies
    3
    Views
    1,541

    [SOLVED] Re: Using values set in one class in another

    There are also a couple ways to do this, like setting a getInventory() method in your player class, which returns the inventory. And actually, you don't even need to do this at all. Since you...
Results 1 to 2 of 2