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

Method checkNoEntityCollision

src/main/java/net/minecraft/world/World.java:1948–1951  ·  view source on GitHub ↗

Returns true if there are no solid, live entities in the specified AxisAlignedBB

(AxisAlignedBB bb)

Source from the content-addressed store, hash-verified

1946 * Returns true if there are no solid, live entities in the specified AxisAlignedBB
1947 */
1948 public boolean checkNoEntityCollision(AxisAlignedBB bb)
1949 {
1950 return this.checkNoEntityCollision(bb, null);
1951 }
1952
1953 /**
1954 * Returns true if there are no solid, live entities in the specified AxisAlignedBB, excluding the given entity

Callers 11

canBlockBePlacedMethod · 0.95
onItemUseMethod · 0.80
onItemUseMethod · 0.80
tryPlaceMethod · 0.80
isNotCollidingMethod · 0.80
isNotCollidingMethod · 0.80
isNotCollidingMethod · 0.80
isNotCollidingMethod · 0.80
attackEntityFromMethod · 0.80
isNotCollidingMethod · 0.80
isNotCollidingMethod · 0.80

Calls 3

getMethod · 0.65
sizeMethod · 0.45

Tested by

no test coverage detected