use of net.glowstone.entity.physics.EntityBoundingBox in project Glowstone by GlowstoneMC.
the class GlowEntity method setBoundingBox.
protected final void setBoundingBox(double xz, double y) {
boundingBox = new EntityBoundingBox(xz, y);
updateBoundingBox();
}
Aggregations