Package net.neoforged.neoforgespi
Class Environment.Keys
java.lang.Object
net.neoforged.neoforgespi.Environment.Keys
- Enclosing class:
Environment
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supplier
<TypesafeMap.Key<net.neoforged.api.distmarker.Dist>> The @Dist
which is running.static final Supplier
<TypesafeMap.Key<Consumer<String>>> Provides a string consumer which can be used to push notification messages to the early startup GUI. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DIST
The @Dist
which is running. Populated by forge duringITransformationService.initialize(IEnvironment)
-
PROGRESSMESSAGE
Provides a string consumer which can be used to push notification messages to the early startup GUI.
-
-
Constructor Details
-
Keys
public Keys()
-