Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EliteMobs
/
com.magmaguy.elitemobs.advancedcombat.progression
/
SelectionResult
Selection
Result
public
final
class
SelectionResult
extends
Record
Result of changing one persisted profile selection.
Members
Constructors
Selection
Result
Link copied to clipboard
public
void
SelectionResult
(
)
Types
Status
Link copied to clipboard
public
enum
Status
Functions
accepted
Link copied to clipboard
public
boolean
accepted
(
)
optional
Snapshot
Link copied to clipboard
public
Optional
<
ProfileSnapshot
>
optionalSnapshot
(
)
Inherited functions
equals
Link copied to clipboard
public
abstract
boolean
equals
(
Object
p
)
hash
Code
Link copied to clipboard
public
abstract
int
hashCode
(
)
to
String
Link copied to clipboard
public
abstract
String
toString
(
)