Jump to content

r0m3x

Members
  • Posts

    9
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Personal Text
    I am new!

r0m3x's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm custom coding a mod, as I specified in the post, or maybe I am not understanding the question?
  2. I am making a mod which consists of being able to "Favorite" servers. I need a way to display the "Favorited" servers so I looked into the GuiMultiplayer class, and I was able to find that it uses a ServerSelectionList, however it requires GuiMultiplayer for one of the parameters. Is there a possible way around this? I am new to modding so I am not familiar with everything just yet
  3. I'm sorry I don't quite understand, can you explain in-depth a bit more?
  4. Well I made two GuiButtons and I want to make a GuiTextField to appear every time the player clicks the "Add" button and remove the 'latest' one with the "Remove" button (Of course there is a limit on how many GuiTextFields can be added, which is 5). I have achieved adding the buttons and adding the GuiTextField after a player clicks the "Remove" button but I'm only stuck on how to remove the 'latest' GuiTextField.
  5. Any way to remove a existing GuiTextField? I know you can remove GuiButton with this.buttonList but what about GuiTextField?
  6. I'm assuming you meant this? gradlew build
  7. Sooo I recently started working on a Pixelmon addon for Pixelmon Reforged and it was running great inside of IntelliJ until I went to go export... I'm using IntelliJ IDEA 2018.2.1 There are no errors in the code and I have the Pixelmon jar inside of my Project Structure scoped "Compile". I also have the Pixelmon jar inside of run/libs/ I get this: error: package com.pixelmonmod.pixelmon.entities.pixelmon does not exist import com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon; ^ 1 error :compileJava FAILED Here is my build.gradle
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.