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.weapons
/
AdvancedMagicWeaponItems
Advanced
Magic
Weapon
Items
public
final
class
AdvancedMagicWeaponItems
Registers code-owned prototype magic weapons with the normal scalable loot pipeline.
Members
Properties
STAFF_
FMM_
ITEM_
ID
Link copied to clipboard
public
final
static
String
STAFF_FMM_ITEM_ID
STAFF_
ITEM_
ID
Link copied to clipboard
public
final
static
String
STAFF_ITEM_ID
WAND_
FMM_
ITEM_
ID
Link copied to clipboard
public
final
static
String
WAND_FMM_ITEM_ID
WAND_
ITEM_
ID
Link copied to clipboard
public
final
static
String
WAND_ITEM_ID
Functions
generate
Debug
Loadout
Link copied to clipboard
public
static
List
<
ItemStack
>
generateDebugLoadout
(
int itemLevel
,
Player
player
)
Builds the prototype magic weapons through the same scalable custom-item path used by ordinary EliteMobs loot.
register
Link copied to clipboard
public
static
void
register
(
)
public
static
void
register
(
ItemConstructionContext
construction
)