Uses of Class
net.minecraft.test.TestContext
Packages that use TestContext
Package
Description
The base package for all Minecraft classes.
-
Uses of TestContext in net.minecraft
Fields in net.minecraft with type parameters of type TestContextModifier and TypeFieldDescriptionprivate final Consumer<TestContext> class_10663.functionThe field for thefunctionrecord component.private final RegistryKey<Consumer<TestContext>> class_10663.functionKeyThe field for thefunctionKeyrecord component.Methods in net.minecraft that return types with arguments of type TestContextModifier and TypeMethodDescriptionclass_10663.function()Returns the value of thefunctionrecord component.class_10663.functionKey()Returns the value of thefunctionKeyrecord component.Method parameters in net.minecraft with type arguments of type TestContextModifier and TypeMethodDescriptionabstract voidclass_10673.method_66916(BiConsumer<RegistryKey<Consumer<TestContext>>, Consumer<TestContext>> biConsumer) abstract voidclass_10673.method_66916(BiConsumer<RegistryKey<Consumer<TestContext>>, Consumer<TestContext>> biConsumer) static voidclass_10673.method_67077(Registry<Consumer<TestContext>> registry) Constructor parameters in net.minecraft with type arguments of type TestContextModifierConstructorDescriptionclass_10663(Map<Identifier, TestData<RegistryKey<TestEnvironmentDefinition>>> map, RegistryKey<Consumer<TestContext>> registryKey, Consumer<TestContext> consumer) class_10663(Map<Identifier, TestData<RegistryKey<TestEnvironmentDefinition>>> map, RegistryKey<Consumer<TestContext>> registryKey, Consumer<TestContext> consumer) class_10663(Map<Identifier, TestData<RegistryKey<TestEnvironmentDefinition>>> map, Identifier identifier, Consumer<TestContext> consumer) class_10663(Identifier identifier, TestData<RegistryKey<TestEnvironmentDefinition>> testData, Consumer<TestContext> consumer) -
Uses of TestContext in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type TestContextModifier and TypeFieldDescriptionstatic final Registry<Consumer<TestContext>> Registries.TEST_FUNCTIONstatic final RegistryKey<Registry<Consumer<TestContext>>> RegistryKeys.TEST_FUNCTION -
Uses of TestContext in net.minecraft.test
Fields in net.minecraft.test with type parameters of type TestContextModifier and TypeFieldDescriptionstatic final RegistryKey<Consumer<TestContext>> TestFunctions.ALWAYS_PASSstatic final Consumer<TestContext> TestFunctions.field_56164private final RegistryEntry<Consumer<TestContext>> FunctionTestInstance.functionMethods in net.minecraft.test that return types with arguments of type TestContextModifier and TypeMethodDescriptionprivate RegistryEntry<Consumer<TestContext>> FunctionTestInstance.getFunction()private static RegistryKey<Consumer<TestContext>> static Consumer<TestContext> TestFunctions.registerAndGetDefault(Registry<Consumer<TestContext>> registry) Methods in net.minecraft.test with parameters of type TestContextModifier and TypeMethodDescriptionvoidBlockBasedTestInstance.method_66907(TestContext context) voidFunctionTestInstance.method_66907(TestContext context) abstract voidTestInstance.method_66907(TestContext context) private BlockPosBlockBasedTestInstance.method_66909(TestContext context, TestBlockMode mode) private voidBlockBasedTestInstance.method_66911(TestContext context, TestBlockMode mode, Consumer<TestBlockEntity> consumer) BlockBasedTestInstance.method_66914(TestContext context, TestBlockMode mode) Method parameters in net.minecraft.test with type arguments of type TestContextModifier and TypeMethodDescriptionvoidTestFunctions.method_66916(BiConsumer<RegistryKey<Consumer<TestContext>>, Consumer<TestContext>> biConsumer) voidTestFunctions.method_66916(BiConsumer<RegistryKey<Consumer<TestContext>>, Consumer<TestContext>> biConsumer) static Consumer<TestContext> TestFunctions.registerAndGetDefault(Registry<Consumer<TestContext>> registry) Constructor parameters in net.minecraft.test with type arguments of type TestContextModifierConstructorDescriptionFunctionTestInstance(RegistryEntry<Consumer<TestContext>> function, TestData<RegistryEntry<TestEnvironmentDefinition>> data)