Posted February 10, 20178 yr Just a basic question here. I have been following modding tutorials, and I have been passing values into worldIn in various methods. For example, I've passed this value in: Minecraft.getMinecraft().theWorld as one. My question is, what are all the different things I can pass into this, and what do they mean? =) Edited February 10, 20178 yr by JamesWilsonProductions Changed 'parse' to 'pass' Who am I? Me? I am NEW to Minecraft Modding, but NOT NEW to Java. I have recently found an interest in doing this, and I'm having much fun thus far! I am interested in getting active within this community. Nice to meet you fellow mod developer, hope you're having a wonderful and challenging day!
February 10, 20178 yr Well, you can pass in every instance of one of the subclasses of World. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
February 10, 20178 yr 1 hour ago, JamesWilsonProductions said: I've parsed this value in verb verb: parse; 3rd person present: parses; past tense: parsed; past participle: parsed; gerund or present participle: parsing 1. analyze into its parts and describe You want the word "pass." Edited February 10, 20178 yr by Draco18s Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
February 10, 20178 yr Author Oh, oops, my mistake. So.. after a year or so, I thought the act of putting a variable into a method was called 'parsing'. Right... so passing it in =) Thanks for correcting me on this, can't believe it's never been corrected after all this time. Edited February 10, 20178 yr by JamesWilsonProductions Who am I? Me? I am NEW to Minecraft Modding, but NOT NEW to Java. I have recently found an interest in doing this, and I'm having much fun thus far! I am interested in getting active within this community. Nice to meet you fellow mod developer, hope you're having a wonderful and challenging day!
February 10, 20178 yr And, if the method you're overriding contains a World param, it is best to use that instead... Classes: 94 Lines of code: 12173 Other files: 206 Github repo: https://github.com/KokkieBeer/DeGeweldigeMod
February 10, 20178 yr Author 5 minutes ago, Kokkie said: And, if the method you're overriding contains a World param, it is best to use that instead... Best to use which one instead? Who am I? Me? I am NEW to Minecraft Modding, but NOT NEW to Java. I have recently found an interest in doing this, and I'm having much fun thus far! I am interested in getting active within this community. Nice to meet you fellow mod developer, hope you're having a wonderful and challenging day!
February 10, 20178 yr Author 2 minutes ago, diesieben07 said: No, what is best is to understand what's going on and pass in the World that you want to pass in, based on what you want to happen. Do you have any sources that can explain what must happen in server and what must happen in client, and which world param to use based on that. I'm still confused about the difference between them. =) Edited February 10, 20178 yr by JamesWilsonProductions Who am I? Me? I am NEW to Minecraft Modding, but NOT NEW to Java. I have recently found an interest in doing this, and I'm having much fun thus far! I am interested in getting active within this community. Nice to meet you fellow mod developer, hope you're having a wonderful and challenging day!
February 10, 20178 yr Well yeah sorry, if you want, for example, something to happen in the world your block is in, you want to use world param inside of the method... Classes: 94 Lines of code: 12173 Other files: 206 Github repo: https://github.com/KokkieBeer/DeGeweldigeMod
February 10, 20178 yr 1 minute ago, JamesWilsonProductions said: Do you have any sources that can explain what must happen in server and what must happen in client, and which world param to use based on that. I'm still confused about the difference between them. =) Depends on what you do, so, what do you want to happen? Classes: 94 Lines of code: 12173 Other files: 206 Github repo: https://github.com/KokkieBeer/DeGeweldigeMod
February 10, 20178 yr Author Oh my goodness, I never knew this forge documentation existed! Thanks for sending me the link. This should keep me occupied for awhile. Hopefully by the end of tonight, I will be able to distinguish when to use what. Who am I? Me? I am NEW to Minecraft Modding, but NOT NEW to Java. I have recently found an interest in doing this, and I'm having much fun thus far! I am interested in getting active within this community. Nice to meet you fellow mod developer, hope you're having a wonderful and challenging day!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.