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 MutableTestFrameworkAbstractTestScreen.frameworkprivate final MutableTestFrameworkFrameworkClientImpl.implprivate final MutableTestFrameworkTestsOverlay.implMethods 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 MutableTestFrameworkCommands.frameworkThe field for theframeworkrecord component.private final MutableTestFrameworkLoggerSetup.frameworkThe field for theframeworkrecord component.Methods in net.neoforged.testframework.impl that return MutableTestFrameworkModifier and TypeMethodDescriptionCommands.framework()Returns the value of theframeworkrecord component.LoggerSetup.framework()Returns the value of theframeworkrecord 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 aCommandsrecord class.LoggerSetup(MutableTestFramework framework) Creates an instance of aLoggerSetuprecord class. -
Uses of MutableTestFramework in net.neoforged.testframework.impl.packet
Fields in net.neoforged.testframework.impl.packet declared as MutableTestFrameworkModifier and TypeFieldDescriptionprivate final MutableTestFrameworkChangeEnabledPayload.frameworkThe field for theframeworkrecord component.private final MutableTestFrameworkChangeStatusPayload.frameworkThe field for theframeworkrecord component.private final MutableTestFrameworkTestFrameworkPayloadInitialization.frameworkThe field for theframeworkrecord component.Methods in net.neoforged.testframework.impl.packet that return MutableTestFrameworkModifier and TypeMethodDescriptionChangeEnabledPayload.framework()Returns the value of theframeworkrecord component.ChangeStatusPayload.framework()Returns the value of theframeworkrecord component.TestFrameworkPayloadInitialization.framework()Returns the value of theframeworkrecord component.Methods in net.neoforged.testframework.impl.packet with parameters of type MutableTestFrameworkModifier and TypeMethodDescriptionstatic ChangeEnabledPayloadChangeEnabledPayload.decode(MutableTestFramework framework, FriendlyByteBuf buf) static ChangeStatusPayloadChangeStatusPayload.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 aChangeEnabledPayloadrecord class.ChangeStatusPayload(MutableTestFramework framework, String testId, Test.Status status) Creates an instance of aChangeStatusPayloadrecord class.Creates an instance of aTestFrameworkPayloadInitializationrecord class.