Package com.soulfiremc.server.script.nodes.list


package com.soulfiremc.server.script.nodes.list
  • Classes
    Class
    Description
    List node that gets the first item in a list.
    List node that gets an item at a specific index.
    List node that joins list items into a string with a separator.
    List node that gets the last item in a list.
    List node that checks if a list contains an item.
    List node that returns the length of a list.
    List node that generates a range of numbers.