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 TypeFieldDescriptionstatic final RegistryKey<Consumer<TestContext>> class_10655.ALWAYS_PASSstatic final Consumer<TestContext> class_10655.field_56164private final RegistryEntry<Consumer<TestContext>> class_10657.field_56167private 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.private static RegistryKey<Consumer<TestContext>> class_10655.method_66915(String string) static Consumer<TestContext> class_10655.method_66917(Registry<Consumer<TestContext>> registry) private RegistryEntry<Consumer<TestContext>> class_10657.method_66923()Methods in net.minecraft with parameters of type TestContextModifier and TypeMethodDescriptionvoidclass_10654.method_66907(TestContext testContext) voidclass_10657.method_66907(TestContext testContext) abstract voidclass_10660.method_66907(TestContext testContext) private BlockPosclass_10654.method_66909(TestContext testContext, class_10641 class_10641) private voidclass_10654.method_66911(TestContext testContext, class_10641 class_10641, Consumer<class_10637> consumer) class_10654.method_66914(TestContext testContext, class_10641 class_10641) Method parameters in net.minecraft with type arguments of type TestContextModifier and TypeMethodDescriptionvoidclass_10655.method_66916(BiConsumer<RegistryKey<Consumer<TestContext>>, Consumer<TestContext>> biConsumer) voidclass_10655.method_66916(BiConsumer<RegistryKey<Consumer<TestContext>>, Consumer<TestContext>> biConsumer) abstract voidclass_10673.method_66916(BiConsumer<RegistryKey<Consumer<TestContext>>, Consumer<TestContext>> biConsumer) abstract voidclass_10673.method_66916(BiConsumer<RegistryKey<Consumer<TestContext>>, Consumer<TestContext>> biConsumer) static Consumer<TestContext> class_10655.method_66917(Registry<Consumer<TestContext>> registry) static voidclass_10673.method_67077(Registry<Consumer<TestContext>> registry) Constructor parameters in net.minecraft with type arguments of type TestContextModifierConstructorDescriptionclass_10657(RegistryEntry<Consumer<TestContext>> registryEntry, class_10664<RegistryEntry<class_10665>> class_10664) class_10663(Map<Identifier, class_10664<RegistryKey<class_10665>>> map, RegistryKey<Consumer<TestContext>> registryKey, Consumer<TestContext> consumer) class_10663(Map<Identifier, class_10664<RegistryKey<class_10665>>> map, RegistryKey<Consumer<TestContext>> registryKey, Consumer<TestContext> consumer) class_10663(Map<Identifier, class_10664<RegistryKey<class_10665>>> map, Identifier identifier, Consumer<TestContext> consumer) class_10663(Identifier identifier, class_10664<RegistryKey<class_10665>> class_10664, 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.field_56156static final RegistryKey<Registry<Consumer<TestContext>>> RegistryKeys.TEST_FUNCTION