MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getEntitiesWithinAABB

Method getEntitiesWithinAABB

src/main/java/net/minecraft/world/World.java:3054–3057  ·  view source on GitHub ↗
(Class <? extends T > classEntity, AxisAlignedBB bb)

Source from the content-addressed store, hash-verified

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 {

Callers 15

attachToFenceMethod · 0.45
dispenseStackMethod · 0.45
updateNumIronGolemsMethod · 0.45
updateNumVillagersMethod · 0.45
filterResultsMethod · 0.45
updateSpawnerMethod · 0.45
func_181556_aMethod · 0.45
addEffectsToPlayersMethod · 0.45
updateSegmentColorsMethod · 0.45
updateMethod · 0.45

Calls 4

floor_doubleMethod · 0.95
isChunkLoadedMethod · 0.95

Tested by

no test coverage detected