Class ConditionalRecipeTest

java.lang.Object
net.minecraftforge.test.BaseTestMod
net.minecraftforge.debug.gameplay.crafting.ConditionalRecipeTest

public class ConditionalRecipeTest extends BaseTestMod
  • Field Details

  • Constructor Details

    • ConditionalRecipeTest

      public ConditionalRecipeTest()
  • Method Details

    • gatherData

      public void gatherData(GatherDataEvent event)
    • rl

      private static ResourceLocation rl(String path)
    • assertFalse

      private static <C extends Container, T extends Recipe<C>> void assertFalse(GameTestHelper helper, RecipeType<T> type, C container)
    • assertTrue

      private static <C extends Container, T extends Recipe<C>> void assertTrue(GameTestHelper helper, RecipeType<T> type, C container)
    • shaped_false_conditions

      public static void shaped_false_conditions(GameTestHelper helper)
    • shaped_true_conditions

      public static void shaped_true_conditions(GameTestHelper helper)
    • shapeless_false_conditions

      public static void shapeless_false_conditions(GameTestHelper helper)
    • shapeless_true_conditions

      public static void shapeless_true_conditions(GameTestHelper helper)
    • cooking_false_conditions

      public static void cooking_false_conditions(GameTestHelper helper)
    • cooking_true_conditions

      public static void cooking_true_conditions(GameTestHelper helper)
    • single_item_false_conditions

      public static void single_item_false_conditions(GameTestHelper helper)
    • single_item_true_conditions

      public static void single_item_true_conditions(GameTestHelper helper)
    • conditional_recipe_choice

      public static void conditional_recipe_choice(GameTestHelper helper)