Fork of Poseidon providing Bukkit #1060 to older Beta versions (b1.0-b1.7.3)
at develop 12 lines 378 B view raw
1package net.minecraft.server; 2 3public class PistonBlockTextures { 4 5 public static final int[] a = new int[] { 1, 0, 3, 2, 5, 4 }; 6 public static final int[] b = new int[] { 0, 0, 0, 0, -1, 1 }; 7 public static final int[] c = new int[] { -1, 1, 0, 0, 0, 0 }; 8 public static final int[] d = new int[] { 0, 0, -1, 1, 0, 0 }; 9 10 public PistonBlockTextures() { 11 } 12}