Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.39 KB | None | 0 0
  1. if(imageWidth == 64 && imageHeight == 32)
  2.         {
  3.             if(EntityPlayerSP.triedit2 == 2)
  4.             {
  5.                 func_884_b(0, 0, 32, 16);
  6.                 func_885_a(32, 0, 64, 32);
  7.                 func_884_b(0, 16, 64, 32);
  8.             }
  9.             if(EntityOtherPlayerMP.trieditm2 == 2)
  10.             {
  11.                 func_884_b(0, 0, 32, 16);
  12.                 func_885_a(32, 0, 64, 32);
  13.                 func_884_b(0, 16, 64, 32);
  14.             }
  15.             if(EntityPlayer.trieditc2 == 2)
  16.             {
  17.                 func_884_b(0, 0, 32, 16);
  18.                 func_885_a(32, 0, 64, 32);
  19.                 func_884_b(0, 16, 64, 32);
  20.             } else
  21.             {
  22.                 func_884_b(0, 0, 32, 16);
  23.             }
  24.             func_885_a(32, 0, 64, 32);
  25.             func_884_b(0, 16, 0, 0);
  26.         }
  27.         if(imageWidth == 128 && imageHeight == 64)
  28.         {
  29.             func_884_b(0, 0, 0, 0);
  30.             func_885_a(32, 0, 128, 64);
  31.             func_884_b(0, 16, 0, 0);
  32.         }
  33.         if(imageWidth == 256 && imageHeight == 128)
  34.         {
  35.             func_884_b(0, 0, 0, 0);
  36.             func_885_a(32, 0, 256, 128);
  37.             func_884_b(0, 16, 0, 0);
  38.         }
  39.         if(imageWidth == 512 && imageHeight == 256)
  40.         {
  41.             func_884_b(0, 0, 32, 16);
  42.             func_885_a(32, 0, 512, 256);
  43.             func_884_b(0, 16, 0, 0);
  44.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement