Skip navigation links
D F G P R S 

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.
setName(S) - Method in interface fr.minuskube.netherboard.api.PlayerBoard
Sets the name of the board.
D F G P R S 
Skip navigation links