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