LibuLib
Discord
  • Import using Gradle
  • LibuWeapons
  • Custom Generation
  • Libu UI
    • LibuToast
  • Util
Powered by GitBook
On this page

LibuWeapons

Create weapons faster

PreviousImport using GradleNextCustom Generation

Last updated 2 years ago

The LibuWeapon includes the classes:

  • LibuThrowable - W.I.P.

LibuSword & LibuAxe

How to use:

public static final SwordItem, libuSword = new LibuSword(int attackDamage, int attackSpeed, int durability, Item.Settings);

public static final AxeItem libuAxe = new LibuAxe(int attackDamage, int attackSpeed, int durability, Item.Settings);
LibuSword
LibuAxe