Uses of Record Class
net.neoforged.testframework.Test.Status
Packages that use Test.Status
Package
Description
- 
Uses of Test.Status in net.neoforged.testframeworkFields in net.neoforged.testframework declared as Test.StatusMethods in net.neoforged.testframework that return Test.StatusModifier and TypeMethodDescriptiondefault Test.StatusDynamicTest.status()Returns the status of this test.Methods in net.neoforged.testframework with parameters of type Test.StatusModifier and TypeMethodDescriptionvoidTestFramework.changeStatus(Test test, Test.Status newStatus, @Nullable Entity changer) Changes the status of a test.default voidTestListener.onStatusChange(TestFramework framework, Test test, Test.Status oldStatus, Test.Status newStatus, Entity changer) This method is called when a test changes its status.default voidDynamicTest.updateStatus(Test.Status newStatus, @Nullable Entity updater) Updates the status of the test.
- 
Uses of Test.Status in net.neoforged.testframework.clientMethods in net.neoforged.testframework.client with parameters of type Test.StatusModifier and TypeMethodDescription(package private) static MutableComponentTestsOverlay.statusColoured(Component input, Test.Status status) 
- 
Uses of Test.Status in net.neoforged.testframework.implFields in net.neoforged.testframework.impl with type parameters of type Test.StatusModifier and TypeFieldDescriptionprivate final Map<String,Test.Status> TestFrameworkImpl.TestsImpl.statusesMethods in net.neoforged.testframework.impl that return Test.StatusModifier and TypeMethodDescriptionMethods in net.neoforged.testframework.impl with parameters of type Test.StatusModifier and TypeMethodDescriptionvoidTestFrameworkImpl.changeStatus(Test test, Test.Status newStatus, @Nullable Entity changer) private static StringSummaryDumper.colouredStatusResult(Test.Status status) private ComponentCommands.formatStatus(Test.Status status) voidMutableTestFramework.MutableTests.setStatus(String testId, Test.Status status) voidTestFrameworkImpl.TestsImpl.setStatus(String testId, Test.Status status) 
- 
Uses of Test.Status in net.neoforged.testframework.impl.packetFields in net.neoforged.testframework.impl.packet declared as Test.StatusModifier and TypeFieldDescriptionprivate final Test.StatusChangeStatusPayload.statusThe field for thestatusrecord component.Methods in net.neoforged.testframework.impl.packet that return Test.StatusModifier and TypeMethodDescriptionChangeStatusPayload.status()Returns the value of thestatusrecord component.Constructors in net.neoforged.testframework.impl.packet with parameters of type Test.StatusModifierConstructorDescriptionChangeStatusPayload(MutableTestFramework framework, String testId, Test.Status status) Creates an instance of aChangeStatusPayloadrecord class.
- 
Uses of Test.Status in net.neoforged.testframework.impl.testMethods in net.neoforged.testframework.impl.test that return Test.StatusMethods in net.neoforged.testframework.impl.test with parameters of type Test.StatusModifier and TypeMethodDescriptionvoidAbstractTest.updateStatus(Test.Status status, @Nullable Entity changer)