Solved How to

Discussion in 'Plugin Help/Development/Requests' started by Chromify, Aug 12, 2015.

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

    Chromify

    Hi,
    I wonder how people know how to code literally any Minecraft plugin. Like I know the basics of Java, but how do people figure out how to code GUI's and stuff like that? Do people just play with Java and see what comes to mind or do they actually look up how to code it? If you're going to give me a guide, first answer the question. Thanks!
     
    Last edited: Aug 12, 2015
  2. Offline

    Tecno_Wizard

    @Chromify, It's a combination of knowing your API and really knowing Java. Think about what you want to do and using the events Bukkit provides, figure out how to do such a thing. I am currently teaching myself reflection and using java's Class and Method objects. You never stop learning

    Minecraft GUIs? It's fairly simple really. Use the InventoryClickEvent to modify the behavior of a normal Inventory using the inv's name as an identifier.
     
    Chromify likes this.
  3. Offline

    Chromify

Thread Status:
Not open for further replies.

Share This Page