Skip navigation links
C D F G P R S 

C

clear() - Method in interface fr.minuskube.netherboard.api.PlayerBoard
Clears all the lines of the scoreboard.

D

delete() - Method in interface fr.minuskube.netherboard.api.PlayerBoard
Totally deletes the board, after this, you can't use this instance again, you'll need to create another PlayerBoard if you want to create the scoreboard again.

F

fr.minuskube.netherboard.api - package fr.minuskube.netherboard.api
 

G

get(N) - Method in interface fr.minuskube.netherboard.api.PlayerBoard
Gets the name of the line from its score.
getLines() - Method in interface fr.minuskube.netherboard.api.PlayerBoard
Gets the current lines of the board.
getName() - Method in interface fr.minuskube.netherboard.api.PlayerBoard
Gets the name of the board.

P

PlayerBoard<V,N,S> - Interface in fr.minuskube.netherboard.api
 

R

remove(N) - Method in interface fr.minuskube.netherboard.api.PlayerBoard
Removes a line from its score.

S

set(V, N) - Method in interface fr.minuskube.netherboard.api.PlayerBoard
Sets a line with its name and its score.
setAll(V...) - Method in interface fr.minuskube.netherboard.api.PlayerBoard
Sets all the lines of the scoreboard.
setName(S) - Method in interface fr.minuskube.netherboard.api.PlayerBoard
Sets the name of the board.
C D F G P R S 
Skip navigation links