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.items.upgradesystem
/
UpgradeSystem
Upgrade
System
public
final
class
UpgradeSystem
EM's additive book progression, prepared before charging and pinned to both input stacks.
Members
Types
Preview
Link copied to clipboard
public
final
class
Preview
Functions
is
Compatible
Book
Link copied to clipboard
public
static
boolean
isCompatibleBook
(
ItemStack
source
,
ItemStack
book
)
is
Valid
Upgrade
Link copied to clipboard
public
static
boolean
isValidUpgrade
(
ItemStack
source
,
ItemStack
book
)
preview
Link copied to clipboard
public
static
UpgradeSystem.Preview
preview
(
ItemStack
source
,
ItemStack
book
)
upgrade
Link copied to clipboard
public
static
ItemStack
upgrade
(
ItemStack
source
,
ItemStack
book
)