Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.90 KB | None | 0 0
  1.   public void c()
  2.   {
  3.     try
  4.     {
  5.       try
  6.       {
  7.         this.t = Sound.valueOf(this.f.getConfig().getString(b(52816, 22811)));
  8.       }
  9.       catch (IllegalArgumentException localIllegalArgumentException1)
  10.       {
  11.         this.t = null;
  12.         c.warning(b(52802, 35732));
  13.       }
  14.       this.u = ((float)this.f.getConfig().getDouble(b(52831, 14912)));
  15.       this.v = ((float)this.f.getConfig().getDouble(b(52826, 53471)));
  16.       try
  17.       {
  18.         this.w = Sound.valueOf(this.f.getConfig().getString(b(52825, 45229)));
  19.       }
  20.       catch (IllegalArgumentException localIllegalArgumentException2)
  21.       {
  22.         this.w = null;
  23.         c.warning(b(52828, 52243));
  24.       }
  25.       this.x = ((float)this.f.getConfig().getDouble(b(52817, 53997)));
  26.       this.y = ((float)this.f.getConfig().getDouble(b(52821, 1256)));
  27.     }
  28.     catch (NullPointerException localNullPointerException) {}
  29.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement