(Class <? extends T > classEntity, AxisAlignedBB bb)
| 3052 | } |
| 3053 | |
| 3054 | public <T extends Entity> List<T> getEntitiesWithinAABB(Class <? extends T > classEntity, AxisAlignedBB bb) |
| 3055 | { |
| 3056 | return this.<T>getEntitiesWithinAABB(classEntity, bb, EntitySelectors.NOT_SPECTATING); |
| 3057 | } |
| 3058 | |
| 3059 | public <T extends Entity> List<T> getEntitiesWithinAABB(Class <? extends T > clazz, AxisAlignedBB aabb, Predicate <? super T > filter) |
| 3060 | { |
no test coverage detected