Guest User

Untitled

a guest
Jan 17th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.27 KB | None | 0 0
  1.     public static int triple_length_barrel_Id = Integer.parseInt(config.getItem("tripleLengthBarrel", Configuration.CATEGORY_ITEM, 21098).value) - 256;
  2.     public static int double_length_barrel_Id = Integer.parseInt(config.getItem("doubleLengthBarrel", Configuration.CATEGORY_ITEM, 21099).value) - 256;
  3.     public static int double_barrel_Id = Integer.parseInt(config.getItem("doubleBarrel", Configuration.CATEGORY_ITEM, 21100).value) - 256;
  4.     public static int gun_parts_Id = Integer.parseInt(config.getItem("gunParts", Configuration.CATEGORY_ITEM, 21101).value) - 256;
  5.     public static int barrel_Id = Integer.parseInt(config.getItem("barrel", Configuration.CATEGORY_ITEM, 21102).value) - 256;
  6.     public static int stock_Id = Integer.parseInt(config.getItem("stock", Configuration.CATEGORY_ITEM, 21103).value) - 256;
  7.     public static int slide_Id = Integer.parseInt(config.getItem("slide", Configuration.CATEGORY_ITEM, 21104).value) - 256;
  8.     public static int pistol_frame_Id = Integer.parseInt(config.getItem("pistolFrame", Configuration.CATEGORY_ITEM, 21105).value) - 256;
  9.     public static int rifle_frame_Id = Integer.parseInt(config.getItem("rifleFrame", Configuration.CATEGORY_ITEM, 21106).value) - 256;
  10.     public static int handle_Id = Integer.parseInt(config.getItem("handle", Configuration.CATEGORY_ITEM, 21107).value) - 256;
  11.     public static int iron_grip_Id = Integer.parseInt(config.getItem("ironGrip", Configuration.CATEGORY_ITEM, 21108).value) - 256;
  12.    
  13.     public static int moldingMaterial_wet_Id = Integer.parseInt(config.getItem("moldingMaterialWet", Configuration.CATEGORY_ITEM, 21200).value) - 256;
  14.     public static int mold_gun_parts_wet_Id = Integer.parseInt(config.getItem("moldGunPartsWet", Configuration.CATEGORY_ITEM, 21201).value) - 256;
  15.     public static int mold_barrel_wet_Id = Integer.parseInt(config.getItem("moldBarrelWet", Configuration.CATEGORY_ITEM, 21202).value) - 256;
  16.     public static int mold_stock_wet_Id = Integer.parseInt(config.getItem("moldStockWet", Configuration.CATEGORY_ITEM, 21203).value) - 256;
  17.     public static int mold_slide_wet_Id = Integer.parseInt(config.getItem("moldSlideWet", Configuration.CATEGORY_ITEM, 21204).value) - 256;
  18.     public static int mold_pistol_frame_wet_Id = Integer.parseInt(config.getItem("moldPistolFrameWet", Configuration.CATEGORY_ITEM, 21205).value) - 256;
  19.     public static int mold_rifle_frame_wet_Id = Integer.parseInt(config.getItem("moldRifleFrameWet", Configuration.CATEGORY_ITEM, 21206).value) - 256;
  20.     public static int mold_handle_wet_Id = Integer.parseInt(config.getItem("moldHandleWet", Configuration.CATEGORY_ITEM, 21207).value) - 256;
  21.     public static int mold_iron_grip_wet_Id = Integer.parseInt(config.getItem("moldIronGripWet", Configuration.CATEGORY_ITEM, 21208).value) - 256;
  22.    
  23.     public static int moldingMaterial_dry_Id = Integer.parseInt(config.getItem("moldingMaterialDry", Configuration.CATEGORY_ITEM, 21300).value) - 256;
  24.     public static int mold_gun_parts_dry_Id = Integer.parseInt(config.getItem("moldGunPartsDry", Configuration.CATEGORY_ITEM, 21301).value) - 256;
  25.     public static int mold_barrel_dry_Id = Integer.parseInt(config.getItem("moldBarrelDry", Configuration.CATEGORY_ITEM, 21302).value) - 256;
  26.     public static int mold_stock_dry_Id = Integer.parseInt(config.getItem("moldStockDry", Configuration.CATEGORY_ITEM, 21303).value) - 256;
  27.     public static int mold_slide_dry_Id = Integer.parseInt(config.getItem("moldSlideDry", Configuration.CATEGORY_ITEM, 21304).value) - 256;
  28.     public static int mold_pistol_frame_dry_Id = Integer.parseInt(config.getItem("moldPistolFrameDry", Configuration.CATEGORY_ITEM, 21305).value) - 256;
  29.     public static int mold_rifle_frame_dry_Id = Integer.parseInt(config.getItem("moldRifleFrameDry", Configuration.CATEGORY_ITEM, 21306).value) - 256;
  30.     public static int mold_handle_dry_Id = Integer.parseInt(config.getItem("moldHandleDry", Configuration.CATEGORY_ITEM, 21307).value) - 256;
  31.     public static int mold_iron_grip_dry_Id = Integer.parseInt(config.getItem("moldIronGripDry", Configuration.CATEGORY_ITEM, 21308).value) - 256;
  32.    
  33.     public static int moldingMaterial_filled_Id = Integer.parseInt(config.getItem("moldingMaterialFilled", Configuration.CATEGORY_ITEM, 21400).value) - 256;
  34.     public static int mold_gun_parts_filled_Id = Integer.parseInt(config.getItem("moldGunPartsFilled", Configuration.CATEGORY_ITEM, 21401).value) - 256;
  35.     public static int mold_barrel_filled_Id = Integer.parseInt(config.getItem("moldBarrelFilled", Configuration.CATEGORY_ITEM, 21402).value) - 256;
  36.     public static int mold_stock_filled_Id = Integer.parseInt(config.getItem("moldStockFilled", Configuration.CATEGORY_ITEM, 21403).value) - 256;
  37.     public static int mold_slide_filled_Id = Integer.parseInt(config.getItem("moldSlideFilled", Configuration.CATEGORY_ITEM, 21404).value) - 256;
  38.     public static int mold_pistol_frame_filled_Id = Integer.parseInt(config.getItem("moldPistolFrameFilled", Configuration.CATEGORY_ITEM, 21405).value) - 256;
  39.     public static int mold_rifle_frame_filled_Id = Integer.parseInt(config.getItem("moldRifleFrameFilled", Configuration.CATEGORY_ITEM, 21406).value) - 256;
  40.     public static int mold_handle_filled_Id = Integer.parseInt(config.getItem("moldHandleFilled", Configuration.CATEGORY_ITEM, 21407).value) - 256;
  41.     public static int mold_iron_grip_filled_Id = Integer.parseInt(config.getItem("moldIronGripFilled", Configuration.CATEGORY_ITEM, 21408).value) - 256;
Add Comment
Please, Sign In to add comment