Jump to content

Smoothley

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Smoothley

  1. Does anyone know a method for returning a double in the 1.8.9 forge api?
  2. Oh, I think that's the reason, cuz I'm using 1.8.9 and ur's is the newest version...
  3. Is it possible for me to know which dependency do you use?
  4. Um, not sure why, but PlayerEntity is not a valid class for whatever api I used, maybe I did something wrong in the mods setup? I'm using IntelliJ, and have ran the "genIntellijRuns" and "setupDecompWorkspace", is there anything that I'm missing? As you can see, this the types are int if I use EntityPlayer instead of PlayerEntity:
  5. Hello! I just recently began the development of client side forge mods and just learning the api. I've checked the docs but not sure if I found anything... Is there any way to get a more precise coordinate of the player in terms of decimal places instead of the default integer value? The getting of xyz coordinates from the method that I currently use only returns int values, is there anyway to get it more accurate to more decimal places? Thanks in Advance! Minecraft.getMinecraft().thePlayer.getPosition() Is what I currently use for getting the player's position.
  6. Is there any way to get a more precise coordinate of the player? The getting of xyz coordinates from the method that you said only returns int values, is there anyway to get it more accurate to more decimal places? (assume what you meant for getting the position to be - Minecraft.getMinecraft().thePlayer.getPosition() then .getX() etc.)
×
×
  • Create New...

Important Information

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