ArrayList & Holograms

Discussion in 'Plugin Development' started by MrHaber, Jul 18, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    MrHaber

    Hello, I have two very good questions.
    1. How to insert an element into a list to another element?
    Example output:
    Format (open)

    Code:
    list:
    - '1'
    - '2'
    - '3'
    
    
    first output:
    1
    2
    3
    #manipulation...
    second output:
    &a1
    2
    3
    
    I'm use: add() and set().


    2. How to update the hologram lines?
    I use HolographicDysplays API, and Im create hologram with list from config, how to update holo, if I use TouchableLine variable: hd#appendTextLine(st//String list from config);
     
  2. Online

    timtower Administrator Administrator Moderator

Thread Status:
Not open for further replies.

Share This Page