Uses of Class
net.minecraft.gametest.framework.GameTestHelper
Packages that use GameTestHelper
Package
Description
-
Uses of GameTestHelper in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type GameTestHelperModifier and TypeFieldDescriptionstatic final Registry<Consumer<GameTestHelper>> BuiltInRegistries.TEST_FUNCTIONstatic final ResourceKey<Registry<Consumer<GameTestHelper>>> Registries.TEST_FUNCTION -
Uses of GameTestHelper in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework with type parameters of type GameTestHelperModifier and TypeFieldDescriptionstatic final ResourceKey<Consumer<GameTestHelper>> BuiltinTestFunctions.ALWAYS_PASSstatic final Consumer<GameTestHelper> BuiltinTestFunctions.ALWAYS_PASS_INSTANCEprivate final ResourceKey<Consumer<GameTestHelper>> FunctionGameTestInstance.functionprivate final Consumer<GameTestHelper> GeneratedTest.functionThe field for thefunctionrecord component.private final ResourceKey<Consumer<GameTestHelper>> GeneratedTest.functionKeyThe field for thefunctionKeyrecord component.Methods in net.minecraft.gametest.framework that return types with arguments of type GameTestHelperModifier and TypeMethodDescriptionstatic Consumer<GameTestHelper> BuiltinTestFunctions.bootstrap(Registry<Consumer<GameTestHelper>> registry) private static ResourceKey<Consumer<GameTestHelper>> private ResourceKey<Consumer<GameTestHelper>> FunctionGameTestInstance.function()GeneratedTest.function()Returns the value of thefunctionrecord component.GeneratedTest.functionKey()Returns the value of thefunctionKeyrecord component.Methods in net.minecraft.gametest.framework with parameters of type GameTestHelperModifier and TypeMethodDescriptionprivate BlockPosBlockBasedTestInstance.findStartBlock(GameTestHelper helper) BlockBasedTestInstance.findTestBlocks(GameTestHelper helper, TestBlockMode mode) private voidBlockBasedTestInstance.forAllTriggeredTestBlocks(GameTestHelper helper, TestBlockMode mode, Consumer<TestBlockEntity> action) voidBlockBasedTestInstance.run(GameTestHelper helper) voidFunctionGameTestInstance.run(GameTestHelper helper) abstract voidGameTestInstance.run(GameTestHelper helper) Method parameters in net.minecraft.gametest.framework with type arguments of type GameTestHelperModifier and TypeMethodDescriptionstatic Consumer<GameTestHelper> BuiltinTestFunctions.bootstrap(Registry<Consumer<GameTestHelper>> registry) voidBuiltinTestFunctions.load(BiConsumer<ResourceKey<Consumer<GameTestHelper>>, Consumer<GameTestHelper>> register) voidBuiltinTestFunctions.load(BiConsumer<ResourceKey<Consumer<GameTestHelper>>, Consumer<GameTestHelper>> register) abstract voidTestFunctionLoader.load(BiConsumer<ResourceKey<Consumer<GameTestHelper>>, Consumer<GameTestHelper>> register) abstract voidTestFunctionLoader.load(BiConsumer<ResourceKey<Consumer<GameTestHelper>>, Consumer<GameTestHelper>> register) static voidTestFunctionLoader.runLoaders(Registry<Consumer<GameTestHelper>> registry) Constructor parameters in net.minecraft.gametest.framework with type arguments of type GameTestHelperModifierConstructorDescriptionFunctionGameTestInstance(ResourceKey<Consumer<GameTestHelper>> function, TestData<Holder<TestEnvironmentDefinition<?>>> info) GeneratedTest(Map<Identifier, TestData<ResourceKey<TestEnvironmentDefinition<?>>>> tests, Identifier functionId, Consumer<GameTestHelper> function) GeneratedTest(Map<Identifier, TestData<ResourceKey<TestEnvironmentDefinition<?>>>> tests, ResourceKey<Consumer<GameTestHelper>> functionKey, Consumer<GameTestHelper> function) Creates an instance of aGeneratedTestrecord class.GeneratedTest(Map<Identifier, TestData<ResourceKey<TestEnvironmentDefinition<?>>>> tests, ResourceKey<Consumer<GameTestHelper>> functionKey, Consumer<GameTestHelper> function) Creates an instance of aGeneratedTestrecord class.GeneratedTest(Identifier id, TestData<ResourceKey<TestEnvironmentDefinition<?>>> testData, Consumer<GameTestHelper> function) -
Uses of GameTestHelper in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return GameTestHelper