Uses of Annotation Interface
net.minecraft.gametest.framework.GameTest
Packages that use GameTest
Package
Description
-
Uses of GameTest in net.minecraftforge.debug.gameplay.crafting
Methods in net.minecraftforge.debug.gameplay.crafting with annotations of type GameTestModifier and TypeMethodDescriptionstatic 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 GameTest in net.minecraftforge.debug.gameplay.loot
Methods in net.minecraftforge.debug.gameplay.loot with annotations of type GameTestModifier 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) -
Uses of GameTest in net.minecraftforge.gametest
Methods in net.minecraftforge.gametest with parameters of type GameTestModifier and TypeMethodDescriptionstatic String
ForgeGameTestHooks.getTestBatch
(Method method, GameTest gametest) static String
ForgeGameTestHooks.getTestName
(Method method, GameTest meta) static String
ForgeGameTestHooks.getTestTemplate
(Method method, GameTest meta, String testName)