コード例 #1
0
 public static bool OpenFurnace(Player a, BCS b)
 {
     a.WindowOpen(WindowType.Furnace, b.pos);
     return false;
 }
コード例 #2
0
 public static bool OpenEnchantmentTable(Player a, BCS b)
 {
     a.WindowOpen(WindowType.EnchantmentTable, b.pos);
     return false;
 }
コード例 #3
0
 public static bool OpenDispenser(Player a, BCS b)
 {
     a.WindowOpen(WindowType.Dispenser, b.pos);
     return false;
 }
コード例 #4
0
 public static bool OpenCraftingTable(Player a, BCS b)
 {
     a.WindowOpen(WindowType.Workbench, b.pos);
     return false;
 }
コード例 #5
0
 public static bool OpenChest(Player a, BCS b)
 {
     a.WindowOpen(WindowType.Chest, b.pos);
     return false;
 }
コード例 #6
0
 public static bool OpenBrewingStand(Player a, BCS b)
 {
     a.WindowOpen(WindowType.BrewingStand, b.pos);
     return false;
 }