Skip to content

Introduction to Bestium API

The Bestium project is split into two parts:

  • Core: Written in Kotlin, handles entity injection and other internal logic.
  • API: Written in Java, provides the interface for your code to interact with Bestium.

The API is written in Java to ensure compatibility with both Java and Kotlin projects.