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 voidCustomIngredientsTest.compound(GameTestHelper helper) static voidConditionalRecipeTest.conditional_recipe_choice(GameTestHelper helper) static voidConditionalRecipeTest.cooking_false_conditions(GameTestHelper helper) static voidConditionalRecipeTest.cooking_true_conditions(GameTestHelper helper) static voidCustomIngredientsTest.difference(GameTestHelper helper) static voidCustomIngredientsTest.intersection(GameTestHelper helper) static voidCustomIngredientsTest.partial_nbt(GameTestHelper helper) static voidConditionalRecipeTest.shaped_false_conditions(GameTestHelper helper) static voidConditionalRecipeTest.shaped_true_conditions(GameTestHelper helper) static voidConditionalRecipeTest.shapeless_false_conditions(GameTestHelper helper) static voidConditionalRecipeTest.shapeless_true_conditions(GameTestHelper helper) static voidConditionalRecipeTest.single_item_false_conditions(GameTestHelper helper) static voidConditionalRecipeTest.single_item_true_conditions(GameTestHelper helper) static voidCustomIngredientsTest.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 voidGlobalLootModifiersTest.table_name_condition(GameTestHelper helper) static voidGlobalLootModifiersTest.test_smelting_modifier(GameTestHelper helper) static voidConditionalLootPools.test_true_false(GameTestHelper helper) -
Uses of GameTest in net.minecraftforge.gametest
Methods in net.minecraftforge.gametest with parameters of type GameTestModifier and TypeMethodDescriptionstatic StringForgeGameTestHooks.getTestBatch(Method method, GameTest gametest) static StringForgeGameTestHooks.getTestName(Method method, GameTest meta) static StringForgeGameTestHooks.getTestTemplate(Method method, GameTest meta, String testName)