Uses of Interface
net.neoforged.testframework.impl.MutableTestFramework
Package
Description
-
Uses of MutableTestFramework in net.neoforged.testframework.client
Modifier and TypeFieldDescriptionprotected final MutableTestFramework
AbstractTestScreen.framework
private final MutableTestFramework
FrameworkClientImpl.impl
private final MutableTestFramework
TestsOverlay.impl
Modifier and TypeMethodDescriptionFrameworkClientImpl.Factory.create
(MutableTestFramework impl, ClientConfiguration clientConfiguration) ModifierConstructorDescriptionAbstractTestScreen
(Component title, MutableTestFramework framework) FrameworkClientImpl
(MutableTestFramework impl, ClientConfiguration clientConfiguration) TestScreen
(Component title, MutableTestFramework framework, List<Group> groups) TestsOverlay
(MutableTestFramework impl, BooleanSupplier enabled) -
Uses of MutableTestFramework in net.neoforged.testframework.conf
-
Uses of MutableTestFramework in net.neoforged.testframework.impl
Modifier and TypeFieldDescriptionprivate final MutableTestFramework
Commands.framework
The field for theframework
record component.private final MutableTestFramework
LoggerSetup.framework
The field for theframework
record component.Modifier and TypeMethodDescriptionCommands.framework()
Returns the value of theframework
record component.LoggerSetup.framework()
Returns the value of theframework
record component.Modifier and TypeMethodDescriptionstatic com.google.common.collect.SetMultimap
<OnInit.Stage, Consumer<MutableTestFramework>> FrameworkCollectors.onInitMethodsWithAnnotation
(net.neoforged.fml.ModContainer container) This method collects init listeners based on static methods accepting exactly one parameter of MutableTestFramework (or parent interfaces).Modifier and TypeMethodDescriptionFrameworkClient.Factory.create
(MutableTestFramework impl, ClientConfiguration clientConfiguration) ModifierConstructorDescriptionCommands
(MutableTestFramework framework) Creates an instance of aCommands
record class.LoggerSetup
(MutableTestFramework framework) Creates an instance of aLoggerSetup
record class. -
Uses of MutableTestFramework in net.neoforged.testframework.impl.packet
Modifier and TypeFieldDescriptionprivate final MutableTestFramework
ChangeEnabledPayload.framework
The field for theframework
record component.private final MutableTestFramework
ChangeStatusPayload.framework
The field for theframework
record component.private final MutableTestFramework
TestFrameworkPayloadInitialization.framework
The field for theframework
record component.Modifier and TypeMethodDescriptionChangeEnabledPayload.framework()
Returns the value of theframework
record component.ChangeStatusPayload.framework()
Returns the value of theframework
record component.TestFrameworkPayloadInitialization.framework()
Returns the value of theframework
record component.Modifier and TypeMethodDescriptionstatic ChangeEnabledPayload
ChangeEnabledPayload.decode
(MutableTestFramework framework, FriendlyByteBuf buf) static ChangeStatusPayload
ChangeStatusPayload.decode
(MutableTestFramework framework, FriendlyByteBuf buf) ModifierConstructorDescriptionChangeEnabledPayload
(MutableTestFramework framework, String testId, boolean enabled) Creates an instance of aChangeEnabledPayload
record class.ChangeStatusPayload
(MutableTestFramework framework, String testId, Test.Status status) Creates an instance of aChangeStatusPayload
record class.Creates an instance of aTestFrameworkPayloadInitialization
record class.