Search in sources :

Example 1 with EntityBoundingBox

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();
}
Also used : EntityBoundingBox(net.glowstone.entity.physics.EntityBoundingBox)

Aggregations

EntityBoundingBox (net.glowstone.entity.physics.EntityBoundingBox)1