ArrayList.remove

Discussion in 'Plugin Development' started by ThrustLP, Apr 20, 2014.

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

    ThrustLP

    Hello! I have the 2 variables:

    Code:java
    1. Player need = Bukkit.getServer().getPlayer(players.get(0));
    2.  
    3. String nhelp = hilfen.get(0);


    Now I want to remove nhelp out of the ArrayList hilfen and need out of the array list players. How?
     
  2. Offline

    TomFromCollege

    hilfen.remove(nhelp);
    ?
     
Thread Status:
Not open for further replies.

Share This Page