manipulate-chars-board

Manipulate Chars Board

Clear all lines in board

CharUTIL.clearCharsBoard(indexBoard);

Clear one line in board.

CharUTIL.clearCharsBoardLine(indexBoard, 2);
  1. IndexBoard
  2. Line who must be clear

Clear chars from map and remove index from Chars memory.

CharUTIL.removeCharsBoard(indexBoard, true);
  1. IndexBoard
  2. Boolean, if is true remove all chars from memory who will be added to this board.

Update line from board

CharUTIL.updateCharsBoardLine(indexBoard, 1, true, false, "&8new &5chars in this line")
  1. IndexBoard
  2. Line
  3. This is boolean to remove schematic chars from memory, better set on true to no litter plugin memory.
  4. Outline
  5. Message

Comments

Posts Quoted:
Reply
Clear All Quotes