Class FrameworkClientImpl
java.lang.Object
net.neoforged.testframework.client.FrameworkClientImpl
- All Implemented Interfaces:
- FrameworkClient
@ParametersAreNonnullByDefault
public class FrameworkClientImpl
extends Object
implements FrameworkClient
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final ClientConfigurationprivate final MutableTestFramework
- 
Constructor SummaryConstructorsConstructorDescriptionFrameworkClientImpl(MutableTestFramework impl, ClientConfiguration clientConfiguration) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidinit(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer container) 
- 
Field Details- 
impl
- 
configuration
 
- 
- 
Constructor Details- 
FrameworkClientImpl
 
- 
- 
Method Details- 
initpublic void init(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer container) - Specified by:
- initin interface- FrameworkClient
 
 
-