Class RfgPatchdevExtension
java.lang.Object
com.gtnewhorizons.retrofuturagradle.RfgPatchdevExtension
- All Implemented Interfaces:
IMinecraftyExtension
Parameter block for the `rfgPatchDev {...}` Gradle script extension
-
Nested Class Summary
Nested classes/interfaces inherited from interface IMinecraftyExtension
IMinecraftyExtension.IMcVersionFunction<R> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ConfigurableFileCollectionATs to apply to the deobfuscated jar before decompilationabstract ListProperty<String> Extra JVM arguments to use when running Minecraftabstract ListProperty<String> Extra LaunchWrapper tweak classes to use when running Minecraftabstract MapProperty<String, Object> A key-value map of tags to inject into the project either by way of token substitution (hacky, deprecated) or generating a small Java file with the tag values.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IMinecraftyExtension
applyMinecraftyConventions, getApplyMcDependencies, getArchiveOperations, getExecOperations, getExtraParamsCsvs, getFernflowerArguments, getFileSystemOperations, getForgeVersion, getInjectMissingGenerics, getJavaCompatibilityVersion, getJvmLanguageVersion, getLwjgl2Version, getLwjgl3Version, getLwjglVersion, getMainLwjglVersion, getMcpMappingChannel, getMcpMappingVersion, getMcVersion, getMinorMcVersion, getObjectFactory, getProjectLayout, getProviderFactory, getToolchainCompiler, getToolchainLauncher, getToolchainLauncher, getUseForgeEmbeddedMappings, getUsername, getUserUUID, mapMcpVersions
-
Constructor Details
-
RfgPatchdevExtension
-
-
Method Details
-
getAccessTransformers
ATs to apply to the deobfuscated jar before decompilation -
getExtraTweakClasses
Extra LaunchWrapper tweak classes to use when running Minecraft -
getExtraRunJvmArguments
Extra JVM arguments to use when running Minecraft -
getInjectedTags
A key-value map of tags to inject into the project either by way of token substitution (hacky, deprecated) or generating a small Java file with the tag values.
-