Class FrameworkClientImpl
java.lang.Object
net.neoforged.testframework.client.FrameworkClientImpl
- All Implemented Interfaces:
FrameworkClient
@ParametersAreNonnullByDefault
public class FrameworkClientImpl
extends Object
implements FrameworkClient
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ClientConfiguration
private final MutableTestFramework
-
Constructor Summary
ConstructorDescriptionFrameworkClientImpl
(MutableTestFramework impl, ClientConfiguration clientConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer container)
-
Field Details
-
impl
-
configuration
-
-
Constructor Details
-
FrameworkClientImpl
-
-
Method Details
-
init
public void init(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer container) - Specified by:
init
in interfaceFrameworkClient
-