# Object
Parent class of all Java objects.
##### Parent None (and itself at the same time, don't question it) #### Variables and Functions**Name** | **Type** | **Info** |
toString() | [String](https://mods.latvian.dev/books/kubejs/page/string) | Tag collection type. |
equals(Object other) | [boolean](https://mods.latvian.dev/books/kubejs/page/primitive-types) | Checks equality with another object. |
hashCode() | [int](https://mods.latvian.dev/books/kubejs/page/primitive-types) | Hash code of this object. It is used to optimize maps and other things, should never be used for object equality. |
class | [Class](https://mods.latvian.dev/books/kubejs/page/object) | Object's type/class. |