# BoxCollider

{% hint style="warning" %}
This component is still in BETA mode and it doesn't yet support much flexibility
{% endhint %}

> Component Author: [Jabo](https://github.com/jabo-bernardo)\
> Release Date: April 12, 2020

{% tabs %}
{% tab title="Usage" %}

```java
new BoxCollider();
```

{% endtab %}

{% tab title="Methods" %}

```java
collidingWith(BoxCollider col); // Returns boolean

getCollider(); // Returns Rectangle Object
```

{% endtab %}
{% endtabs %}
