Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
CannonRTP
/
com.magmaguy.cannonrtp.util
/
DialogPool
Dialog
Pool
public
final
class
DialogPool
Picks a random entry from a list. Returns the fallback if the list is null or empty.
Members
Functions
pick
Link copied to clipboard
public
static
String
pick
(
List
<
String
>
pool
,
String
fallback
)