Gets / sets the noAabb flag that determines if the entity's axis aligned bounding box should be calculated every tick or not. If you don't need the AABB data (for instance if you don't need to detect mouse events on this entity or you DO want the AABB to be updated but want to control it manually by calling aabb(true) yourself as needed).
noAabb (Booleanval)
BooleanvalIf set to true will turn off AABB calculation.