Question Methods

Discussion in 'Plugin Help/Development/Requests' started by ContextCreator, Jun 27, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    ContextCreator

    Hello, I was wondering if someone could tell me how to make something like "a method in a method"

    Like:
    I make my API/Library and i do
    Code:
    public class ClassName extends ApiName {
    
    ApiName api;
    
    public void MyMethod() {
        api = new ApiName();
        api.getPlugin().getDescription();
    }
    
    }
    How would i make that getPlugin().getDescription()?

    :) Bye and thanks
     
Thread Status:
Not open for further replies.

Share This Page