Question 1
Quelle évenement a t'on eut besoin dans cette video ?
SignInteractEvent
SignChangeEvent
PlayerInteractEvent
Aucun




Question 2
Comment vérifier la 2nd ligne du panneau ?
Sign.getLine(0).equalsIgnoreCase(String string);
Sign.getLine(1).equalsIgnoreCase(Sring string);
Sign.getLine(2).equalsIgnoreCase(Sring string);



Question 3
Comment nettoyer l'inventaire d'un joueur ?
P.getInventory().clear();
P.getInventory().clearAll();
P.getInventory().getItemInHand().remove;



Question 4
Quelle action n'existe pas avec l'Api Spigot/Bukkit ?
Action.RIGHT_CLICK_BLOCK
Action.RIGHT_CLICK_AIR
Action.RIGHT_CLICK_FLOOR



Question 5
Quelle est l'utilité du code suivant ? p.updateInventory();
Aucune ?
Mettra à jour l'inventaire du joueur ?
Mettre à jour le launcher du joueur ?
Mettre à jour le panneau ?




Commentaires