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
Comments
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.
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
💯🤜