Jump to content

mrkirby153

Members
  • Posts

    186
  • Joined

  • Last visited

Everything posted by mrkirby153

  1. I have an idea but I just need to know how to make my method wait until a variable is set and then continue
  2. TickCount IS inside the TickHandler, I forgot to add that
  3. Here's my pseudocode: set block at x, y, z to Stone reset tickCount wait until tickCount equals 1 set block at x, y+1, z to Grass But my problem is how to wait until tickCount is 1
  4. May I have a CODE example?
  5. May I please have an example?
  6. But, I don't know how to! Also, in my tick handler, every 1/2 seconds it increases a variable and I have a method to reset the variable back to 0
  7. Is this the right class? https://github.com/mrkirby153/MscHouses/blob/master/common/mrkirby153/MscHouses/block/Container/ContainerBlockBase.java
  8. Hey, I found a dupe glitch when I shift click any item in the inventory of my GUI, it doubles. Do you know how to fix it?
  9. I also created a Schedueld Tick Handler that "fires" a tick every .5 seconds. Maybe I can use that?
  10. OH! I'm pretty proficient with OOP then
  11. Actually, I was talking about the acronym. What does OOP mean? Ive never heard the acronym
  12. Does the game load?
  13. What's OOP?
  14. May I please have an example? I'm a visual learner when it comes to code
  15. How would I implement a tickhandler into https://github.com/mrkirby153/MscHouses/blob/master/common/mrkirby153/MscHouses/generation/HouseGen.java between the world.setBlock()
  16. May I please see your DragonvaleMod.java IN A PASTEBIN (http://pastebin.com)
  17. Is there a method I can either write or call that will allow me to spawn a full fledged village on command?
  18. Is there a method to get all the loot that could spawn in a dungeon? An ArrayList is ok but I'd prefer an array.
  19. And what would I do with them once they're generated?
  20. I have an API for my mod similar to that. Have a look: https://github.com/mrkirby153/MscHouses/tree/master/common/mrkirby153/MscHouses/api
  21. How would I add a delay between something? I have a class that builds a house and I would like to add a 1/2 second delay between each block placement
  22. May I please see your code?
  23. Do you have a screenshot or video?
  24. Try giving the person nightvision for 11 seconds. It prevents the view from flashing.
×
×
  • Create New...

Important Information

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