Index

D E F G H I N O R S U V 
All Classes and Interfaces|All Packages|Constant Field Values

D

delete() - Method in class fr.mrmicky.fastboard.FastBoard
Delete this FastBoard, and will remove the scoreboard for the associated player if he is online.

E

enumValueOf(Class<?>, String) - Static method in class fr.mrmicky.fastboard.FastReflection
 
enumValueOf(Class<?>, String, int) - Static method in class fr.mrmicky.fastboard.FastReflection
 

F

FastBoard - Class in fr.mrmicky.fastboard
Lightweight packet-based scoreboard API for Bukkit plugins.
FastBoard(Player) - Constructor for class fr.mrmicky.fastboard.FastBoard
Creates a new FastBoard.
FastReflection - Class in fr.mrmicky.fastboard
Small reflection utility class to use CraftBukkit and NMS.
findPacketConstructor(Class<?>, MethodHandles.Lookup) - Static method in class fr.mrmicky.fastboard.FastReflection
 
fr.mrmicky.fastboard - package fr.mrmicky.fastboard
 

G

getId() - Method in class fr.mrmicky.fastboard.FastBoard
Get the scoreboard id.
getLine(int) - Method in class fr.mrmicky.fastboard.FastBoard
Get the specified scoreboard line.
getLines() - Method in class fr.mrmicky.fastboard.FastBoard
Get the scoreboard lines.
getPlayer() - Method in class fr.mrmicky.fastboard.FastBoard
Get the player who has the scoreboard.
getTitle() - Method in class fr.mrmicky.fastboard.FastBoard
Get the scoreboard title.

H

hasLinesMaxLength() - Method in class fr.mrmicky.fastboard.FastBoard
Return if the player has a prefix/suffix characters limit.

I

isDeleted() - Method in class fr.mrmicky.fastboard.FastBoard
Get if the scoreboard is deleted.
isRepackaged() - Static method in class fr.mrmicky.fastboard.FastReflection
 

N

NMS_PACKAGE - Static variable in class fr.mrmicky.fastboard.FastReflection
 
nmsClass(String, String) - Static method in class fr.mrmicky.fastboard.FastReflection
 
nmsClassName(String, String) - Static method in class fr.mrmicky.fastboard.FastReflection
 
nmsOptionalClass(String, String) - Static method in class fr.mrmicky.fastboard.FastReflection
 

O

OBC_PACKAGE - Static variable in class fr.mrmicky.fastboard.FastReflection
 
obcClass(String) - Static method in class fr.mrmicky.fastboard.FastReflection
 
obcClassName(String) - Static method in class fr.mrmicky.fastboard.FastReflection
 
obcOptionalClass(String) - Static method in class fr.mrmicky.fastboard.FastReflection
 
optionalClass(String) - Static method in class fr.mrmicky.fastboard.FastReflection
 

R

removeLine(int) - Method in class fr.mrmicky.fastboard.FastBoard
Remove a scoreboard line.

S

size() - Method in class fr.mrmicky.fastboard.FastBoard
Get the scoreboard size (the number of lines).

U

updateLine(int, String) - Method in class fr.mrmicky.fastboard.FastBoard
Update a single scoreboard line.
updateLines(String...) - Method in class fr.mrmicky.fastboard.FastBoard
Update all the scoreboard lines.
updateLines(Collection<String>) - Method in class fr.mrmicky.fastboard.FastBoard
Update the lines of the scoreboard
updateTitle(String) - Method in class fr.mrmicky.fastboard.FastBoard
Update the scoreboard title.

V

VERSION - Static variable in class fr.mrmicky.fastboard.FastReflection
 
D E F G H I N O R S U V 
All Classes and Interfaces|All Packages|Constant Field Values