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

[B+C] Add Location.getNearbyEntities. Adds BUKKIT-3868 #1068

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 29, 2014

  1. Add Location.getNearbyEntities, Adds BUKKIT-3868

    This also adds World.getEntities(Location, x, y, z) - which will be
    implemented in a corresponding CB branch.
    NathanWolf committed May 29, 2014
    Configuration menu
    Copy the full SHA
    9218bea View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Add a location-based getEntitiesByClass method

    Also return a Collection instead of a List
    NathanWolf committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    d9aeb8e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2014

  1. Reorganize imports

    NathanWolf committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    9cfa7c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    205eef5 View commit details
    Browse the repository at this point in the history