Uses of Class
net.minecraft.gametest.framework.GameTestHelper
Package
Description
-
Uses of GameTestHelper in net.minecraft.gametest.framework
ModifierConstructorDescriptionTestFunction
(String p_177801_, String p_177802_, String p_177803_, int p_177804_, long p_177805_, boolean p_177806_, Consumer<GameTestHelper> p_177807_) TestFunction
(String p_177809_, String p_177810_, String p_177811_, Rotation p_177812_, int p_177813_, long p_177814_, boolean p_177815_, int p_177816_, int p_177817_, Consumer<GameTestHelper> p_177818_) TestFunction
(String p_177820_, String p_177821_, String p_177822_, Rotation p_177823_, int p_177824_, long p_177825_, boolean p_177826_, Consumer<GameTestHelper> p_177827_) -
Uses of GameTestHelper in net.minecraftforge.common.extensions
-
Uses of GameTestHelper in net.minecraftforge.debug.gameplay.crafting
Modifier and TypeMethodDescriptionConditionalRecipeTest.assertFalse
(GameTestHelper helper, RecipeType<T> type, C container) CustomIngredientsTest.assertRecipeMatch
(GameTestHelper helper, RecipeType<T> type, C container, String name) CustomIngredientsTest.assertRecipeMiss
(GameTestHelper helper, RecipeType<T> type, C container) ConditionalRecipeTest.assertTrue
(GameTestHelper helper, RecipeType<T> type, C container) static void
CustomIngredientsTest.compound
(GameTestHelper helper) static void
ConditionalRecipeTest.conditional_recipe_choice
(GameTestHelper helper) static void
ConditionalRecipeTest.cooking_false_conditions
(GameTestHelper helper) static void
ConditionalRecipeTest.cooking_true_conditions
(GameTestHelper helper) static void
CustomIngredientsTest.difference
(GameTestHelper helper) static void
CustomIngredientsTest.intersection
(GameTestHelper helper) static void
CustomIngredientsTest.partial_nbt
(GameTestHelper helper) static void
ConditionalRecipeTest.shaped_false_conditions
(GameTestHelper helper) static void
ConditionalRecipeTest.shaped_true_conditions
(GameTestHelper helper) static void
ConditionalRecipeTest.shapeless_false_conditions
(GameTestHelper helper) static void
ConditionalRecipeTest.shapeless_true_conditions
(GameTestHelper helper) static void
ConditionalRecipeTest.single_item_false_conditions
(GameTestHelper helper) static void
ConditionalRecipeTest.single_item_true_conditions
(GameTestHelper helper) static void
CustomIngredientsTest.strict
(GameTestHelper helper) -
Uses of GameTestHelper in net.minecraftforge.debug.gameplay.loot
Modifier and TypeMethodDescriptionstatic void
GlobalLootModifiersTest.table_name_condition
(GameTestHelper helper) static void
GlobalLootModifiersTest.test_smelting_modifier
(GameTestHelper helper) static void
ConditionalLootPools.test_true_false
(GameTestHelper helper)