Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional getHeight method #60

Open
ghickman opened this issue Oct 19, 2014 · 1 comment
Open

Additional getHeight method #60

ghickman opened this issue Oct 19, 2014 · 1 comment
Milestone

Comments

@ghickman
Copy link
Member

As mentioned in #58 it looks like the getHeight method has been introduced to the code base.

Plan of action:

  • Find where this was added
  • Make sure this wasn't in the original code base
  • Remove from code base
@ghickman ghickman added this to the 1.0 milestone Oct 19, 2014
@dbrgn
Copy link
Member

dbrgn commented Oct 20, 2014

getHeight is not really new, it's present in mcpi 0.1.1:

class Minecraft:
    ...
    def getHeight(self, *args):
        """Get the height of the world (x,z) => int"""
        return int(self.conn.sendReceive("world.getHeight", intFloor(args)))

So the question is whether this actually changes any behavior...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants