Skip to content

Choose a tag to compare

@ScribbleTAS ScribbleTAS released this 08 Sep 07:02
1.6
e02e00e
  • Add addAll, clear methods from ArrayList
  • Rewrote equals, isEmpty methods

Installation:

repositories {
  maven { url = "https://maven.minecrafttas.com/main" }
}

dependencies {
  implementation "com.dselent:bigarraylist:1.6"
}