Uses of Record Class
net.minecraft.test.TestFunction
Packages that use TestFunction
Package
Description
The base package for all Minecraft classes.
-
Uses of TestFunction in net.minecraft
Methods in net.minecraft that return types with arguments of type TestFunctionMethods in net.minecraft with parameters of type TestFunctionModifier and TypeMethodDescriptionstatic GameTestStateclass_9113.method_56198(TestFunction testFunction, int int2, ServerWorld serverWorld) Method parameters in net.minecraft with type arguments of type TestFunctionModifier and TypeMethodDescriptionstatic Collection<GameTestBatch>class_9113.method_56194(Collection<TestFunction> collection, ServerWorld serverWorld) -
Uses of TestFunction in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return TestFunctionModifier and TypeMethodDescriptionstatic TestFunctionTestFunctionArgumentType.getFunction(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) TestFunctionArgumentType.parse(com.mojang.brigadier.StringReader stringReader) -
Uses of TestFunction in net.minecraft.test
Fields in net.minecraft.test declared as TestFunctionFields in net.minecraft.test with type parameters of type TestFunctionModifier and TypeFieldDescriptionprivate static final Set<TestFunction>TestFunctions.FAILED_TEST_FUNCTIONSprivate final List<TestFunction>TestServer.field_48493private static final Collection<TestFunction>TestFunctions.TEST_FUNCTIONSMethods in net.minecraft.test that return TestFunctionModifier and TypeMethodDescriptionGameTestState.getTestFunction()private static TestFunctionTestFunctions.getTestFunction(Method method) static TestFunctionTestFunctions.getTestFunctionOrThrow(String structurePath) Methods in net.minecraft.test that return types with arguments of type TestFunctionModifier and TypeMethodDescriptionprivate static Collection<TestFunction>TestFunctions.getCustomTestFunctions(Method method) static Stream<TestFunction>TestFunctions.getFailedTestFunctions()static Optional<TestFunction>TestFunctions.getTestFunction(String structurePath) static Collection<TestFunction>TestFunctions.getTestFunctions()static Stream<TestFunction>TestFunctions.getTestFunctions(String testClass) Methods in net.minecraft.test with parameters of type TestFunctionModifier and TypeMethodDescriptionstatic voidTestFunctions.addFailedTestFunction(TestFunction testFunction) private static booleanTestFunctions.isInClass(TestFunction testFunction, String testClass) Method parameters in net.minecraft.test with type arguments of type TestFunctionModifier and TypeMethodDescriptionstatic TestServerTestServer.create(Thread thread, LevelStorage.Session session, ResourcePackManager resourcePackManager, Collection<TestFunction> batches, BlockPos pos) Constructors in net.minecraft.test with parameters of type TestFunctionModifierConstructorDescriptionGameTestState(TestFunction testFunction, BlockRotation rotation, ServerWorld world, class_9118 class_9118) Constructor parameters in net.minecraft.test with type arguments of type TestFunctionModifierConstructorDescriptionprivateTestServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, Collection<TestFunction> collection, BlockPos pos)