BankTask

public final class BankTask

Used to create a task that will bank for items and equipment as specified.

Constructors

BankTask
Link copied to clipboard
BankTask BankTask()

Types

Builder
Link copied to clipboard
public final class Builder
Companion
Link copied to clipboard
public class Companion

Functions

execute
Link copied to clipboard
final Optional<BankTaskErrorexecute()
Performs the banking actions necessary to fulfill the inventory and equipment requirements of the task.
isSatisfied
Link copied to clipboard
final Boolean isSatisfied()
Determines if the player has everything needed to satisfy the bank task.