Uses of Interface
net.neoforged.testframework.impl.MutableTestFramework
Packages that use MutableTestFramework
Package
Description
-
Uses of MutableTestFramework in net.neoforged.testframework.client
Fields in net.neoforged.testframework.client declared as MutableTestFrameworkModifier and TypeFieldDescriptionprotected final MutableTestFramework
AbstractTestScreen.framework
private final MutableTestFramework
FrameworkClientImpl.impl
private final MutableTestFramework
TestsOverlay.impl
Methods in net.neoforged.testframework.client with parameters of type MutableTestFrameworkModifier and TypeMethodDescriptionFrameworkClientImpl.Factory.create
(MutableTestFramework impl, ClientConfiguration clientConfiguration) Constructors in net.neoforged.testframework.client with parameters of type MutableTestFrameworkModifierConstructorDescriptionAbstractTestScreen
(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
Methods in net.neoforged.testframework.conf that return MutableTestFramework -
Uses of MutableTestFramework in net.neoforged.testframework.impl
Classes in net.neoforged.testframework.impl that implement MutableTestFrameworkFields in net.neoforged.testframework.impl declared as MutableTestFrameworkModifier and TypeFieldDescriptionprivate final MutableTestFramework
Commands.framework
The field for theframework
record component.private final MutableTestFramework
LoggerSetup.framework
The field for theframework
record component.Methods in net.neoforged.testframework.impl that return MutableTestFrameworkModifier and TypeMethodDescriptionCommands.framework()
Returns the value of theframework
record component.LoggerSetup.framework()
Returns the value of theframework
record component.Methods in net.neoforged.testframework.impl that return types with arguments of type MutableTestFrameworkModifier 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).Methods in net.neoforged.testframework.impl with parameters of type MutableTestFrameworkModifier and TypeMethodDescriptionFrameworkClient.Factory.create
(MutableTestFramework impl, ClientConfiguration clientConfiguration) Constructors in net.neoforged.testframework.impl with parameters of type MutableTestFrameworkModifierConstructorDescriptionCommands
(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
Fields in net.neoforged.testframework.impl.packet declared as MutableTestFrameworkModifier 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.Methods in net.neoforged.testframework.impl.packet that return MutableTestFrameworkModifier 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.Methods in net.neoforged.testframework.impl.packet with parameters of type MutableTestFrameworkModifier and TypeMethodDescriptionstatic ChangeEnabledPayload
ChangeEnabledPayload.decode
(MutableTestFramework framework, FriendlyByteBuf buf) static ChangeStatusPayload
ChangeStatusPayload.decode
(MutableTestFramework framework, FriendlyByteBuf buf) Constructors in net.neoforged.testframework.impl.packet with parameters of type MutableTestFrameworkModifierConstructorDescriptionChangeEnabledPayload
(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.