Class Items.WeaponDefinition

java.lang.Object
net.risingworld.api.definitions.Items.WeaponDefinition
Enclosing class:
Items

public final class Items.WeaponDefinition extends Object
  • Field Details

    • itemname

      public String itemname
      Name of the item which represents this weapon
    • itemstatus

      public int itemstatus
      Item status (which is required for this weapon to fire)
    • type

      public Items.WeaponType type
    • projectiles

      public Items.ProjectileDefinition[] projectiles
    • explosive

      public boolean explosive
    • softsplashdamage

      public int softsplashdamage
    • hardsplashdamage

      public int hardsplashdamage
    • innersplashradius

      public int innersplashradius
    • outersplashradius

      public int outersplashradius
    • explosionshockrange

      public int explosionshockrange
    • explosionpath

      public String explosionpath
    • scarenpcs

      public boolean scarenpcs
    • audiblerange

      public float audiblerange
    • hasmuzzleflash

      public boolean hasmuzzleflash
  • Method Details

    • synchronize

      public void synchronize()