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.customenchantments
/
SoulbindEnchantment
Soulbind
Enchantment
public
final
class
SoulbindEnchantment
Members
Types
Soulbind
Enchantment
Events
Link copied to clipboard
public
class
SoulbindEnchantmentEvents
implements
Listener
Properties
is
Enabled
Link copied to clipboard
public
static
boolean
isEnabled
key
Link copied to clipboard
public
static
String
key
PRESTIGE_
KEY
Link copied to clipboard
public
final
static
NamespacedKey
PRESTIGE_KEY
SOULBIND_
KEY
Link copied to clipboard
public
final
static
NamespacedKey
SOULBIND_KEY
Functions
add
Enchantment
Link copied to clipboard
public
static
ItemStack
addEnchantment
(
ItemStack
itemStack
,
Player
player
)
add
Physical
Display
Link copied to clipboard
public
static
void
addPhysicalDisplay
(
Item
item
,
Player
player
)
get
Prestige
Level
Link copied to clipboard
public
static
int
getPrestigeLevel
(
ItemMeta
itemMeta
)
get
Soulbound
Player
Link copied to clipboard
public
static
Player
getSoulboundPlayer
(
ItemMeta
itemMeta
)
is
Soulbound
Item
Link copied to clipboard
public
static
boolean
isSoulboundItem
(
ItemMeta
itemMeta
)
is
Valid
Soulbind
User
Link copied to clipboard
public
static
boolean
isValidSoulbindUser
(
ItemMeta
itemMeta
,
Player
player
)
item
Has
Soulbind
Enchantment
Link copied to clipboard
public
static
boolean
itemHasSoulbindEnchantment
(
ItemMeta
itemMeta
)
remove
Enchantment
Link copied to clipboard
public
static
void
removeEnchantment
(
ItemStack
itemStack
)