public abstract class CustomWeapon extends CustomItem
id, lore, meta, stack| 构造器和说明 |
|---|
CustomWeapon(org.bukkit.Material material,
String id) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
onAttack(CustomWeaponAttackEvent event) |
void |
onCustomWeaponAttack(CustomWeaponAttackEvent event) |
addLore, getRecipe, registerItem, setupItem, updateMetapublic CustomWeapon(org.bukkit.Material material,
String id)
public final void onCustomWeaponAttack(CustomWeaponAttackEvent event)
public abstract void onAttack(CustomWeaponAttackEvent event)
Copyright © 2022. All rights reserved.