[Methods] Need help creating a method

Discussion in 'Plugin Development' started by ko47374737, Jun 28, 2014.

Thread Status:
Not open for further replies.
  1. ko47374737 I have absolutely no idea what it is that you actually want to do. The "sub method" is simply a method in the class that the "main" method returns, as has already been said. i.e. getY() isn't a sub method of getLocation() - getY() is a method of Location and getLocation() returns a Location.
     
    nlthijs48 likes this.
  2. Offline

    TGRHavoc

    *Java
    There's no need for the quotes ("), seriously... If you knew Java then you would know that a method is inside a class, not a method. AdamQpzm has already explained this..
    Offtopic: I honestly think you should (re)learn Java before trying to attempt this...
     
    AdamQpzm likes this.
  3. Offline

    ko47374737

    AdamQpzm I understand <3 <#:cool: THANKS SOOOOOOOOO MUCH
     
    AdamQpzm likes this.
  4. Offline

    1Rogue


    Code:java
    1. public void suchMethodWow() {
    2.  
    3. }
     
    Skye and AdamQpzm like this.
Thread Status:
Not open for further replies.

Share This Page