Class Weights


  • public class Weights
    extends java.lang.Object
    This class defines the weights for different equipment slots.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AMMO  
      static int AMULET  
      static int CAPE  
      static int CHEST  
      static int FEET  
      static int HANDS  
      static int HAT  
      static int LEGS  
      static int RING  
      static int SHIELD  
      static int WEAPON  
    • Constructor Summary

      Constructors 
      Constructor Description
      Weights()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AMMO

        public static int AMMO
      • WEAPON

        public static int WEAPON
      • AMULET

        public static int AMULET
      • CAPE

        public static int CAPE
      • HANDS

        public static int HANDS
      • RING

        public static int RING
      • FEET

        public static int FEET
      • SHIELD

        public static int SHIELD
      • HAT

        public static int HAT
      • CHEST

        public static int CHEST
      • LEGS

        public static int LEGS
    • Constructor Detail

      • Weights

        public Weights()