Config

public final class Config

The config for the chat handler. This provides default values so you don't have to configure everything, or even anything at all unless you want to change something.

Types

ConfigBuilder
Link copied to clipboard
public class ConfigBuilder

Functions

builder
Link copied to clipboard
static ChatScreen.Config.ConfigBuilder builder()
equals
Link copied to clipboard
boolean equals(Object o)
getTimeout
Link copied to clipboard
IntSupplier getTimeout()
The timeout for a single call to handle (or any of the overloaded methods).
hashCode
Link copied to clipboard
int hashCode()
isHoldSpaceForContinue
Link copied to clipboard
boolean isHoldSpaceForContinue()
If the space bar should be held consistently and not let go while click continue screens are open, until dialog is over or an option screen comes up
isPressSpaceForContinue
Link copied to clipboard
boolean isPressSpaceForContinue()
If the space bar should be pressed each time the click continue screen is open
isUseKeysForOptions
Link copied to clipboard
boolean isUseKeysForOptions()
If the number keys should be used to select an option rather than clicking
toString
Link copied to clipboard
String toString()

Properties

timeout
Link copied to clipboard
private final IntSupplier timeout
The timeout for a single call to handle (or any of the overloaded methods).