ArrayLists

Published by Semper on
Supported MCreator versions
2024.4
2025.1
2025.2
Tags / plugin type
Procedures
Variables
ArrayLists
Downloads:
407
Upvotes: 7
About the plugin

An updated version of NerdyPuzzles ArrayList Plugin.

This version includes new procedure blocks such as:

  • Add all entries from one arraylist to another
  • Get value of a custom data type at a specific index
  • Iterate each entry in an arraylist
  • Convert an arraylist to a string and back
  • Fill the arraylist with a specific amount of empty data
  • Get the index of a specific value in an arraylist
  • Check if a value at a specific index is a data type of

 

Changelog:

  • Fixed for each loop

 

  • v3.1.3:
  • Added GLOBAL_WORLD and GLOBAL_MAP
  • Fixed set variable block

     

  • v3.1.2:
  • Fixed Conversion from ArrayList to String
  • Fixed Conversion from String to ArrayList
Project members
Former developer
Former developer
License
Apache License version 2.0

Plugin downloads
ArrayLists 3.1.4 2024.4 to 2025.2 - arraylists_3.1.4_24.4_to_25.2.zip Uploaded on: 09/26/2025 - 11:31   File size: 62.3 KB

Comments

Hey,
Since the plugin already contains some integration stuff with File Manager plugin, do you think you could add "Add all entries from JSON array to ArrayList" block? It would be really helpful. Thanks!

Hello, I'm new to MCreator. After installing this plugin, I'm not sure how to uninstall it. I didn't see an option to remove plugins in MCreator's built-in plugin management settings. I tried deleting the corresponding files, but the plugin still appears in my plugins list. But this doesn't mean I don't want to use this plugin—I just want to learn how to remove plugins properly.

Nice plugin, do you think making more variable scope would be possible?

If you are interested in completely taking over this plugin let me know and I will skip updating it further myself, I would be happy to offload the development to you permanently.

Very nice plugin! It would be great to add a sorting block and a filtering block if you can, but the plugin is already pretty good. nice work

Hey, do you think adding block "add value <value> at index <number>" would be possible?

adding values at a specific index is not possible with arraylist and lists in generell, if you want to set a value at a specific index you can use the "Fill the first x entries of the ArrayList with empty data" and than set the value at index to the value you want