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.minions
/
AbyssalGateOwnershipLedger
Abyssal
Gate
Ownership
Ledger
public
final
class
AbyssalGateOwnershipLedger
Cast ownership and reference counts for one world's temporary gate blocks.
Members
Constructors
Abyssal
Gate
Ownership
Ledger
Link copied to clipboard
public
void
AbyssalGateOwnershipLedger
(
)
Functions
is
Empty
Link copied to clipboard
public
boolean
isEmpty
(
)
is
Owned
Link copied to clipboard
public
boolean
isOwned
(
GateBlockPosition
position
)
release
Link copied to clipboard
public
Set
<
GateBlockPosition
>
release
(
UUID
gateId
)
Returns blocks whose final owner was this gate and may therefore be cleared.
reserve
Link copied to clipboard
public
void
reserve
(
UUID
gateId
,
Collection
<
GateBlockPosition
>
blocks
)