Class UnrealConfig.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.version.engine.unreal.types.UnrealConfig.Builder
-
- All Implemented Interfaces:
UnrealConfig._FinalStage,UnrealConfig.GameModuleStage
- Enclosing class:
- UnrealConfig
public static final class UnrealConfig.Builder extends java.lang.Object implements UnrealConfig.GameModuleStage, UnrealConfig._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnrealConfigbuild()UnrealConfig.Builderfrom(UnrealConfig other)UnrealConfig._FinalStagegameModule(java.lang.String gameModule)Name of the Unreal module that holds the game code.
-
-
-
Method Detail
-
from
public UnrealConfig.Builder from(UnrealConfig other)
- Specified by:
fromin interfaceUnrealConfig.GameModuleStage
-
gameModule
public UnrealConfig._FinalStage gameModule(java.lang.String gameModule)
Name of the Unreal module that holds the game code. This is usually the value of
$.Modules[0].Namein the fileMyProject.unproject. Configures Rivet CLI behavior. Has no effect on server behavior.- Specified by:
gameModulein interfaceUnrealConfig.GameModuleStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public UnrealConfig build()
- Specified by:
buildin interfaceUnrealConfig._FinalStage
-
-