Package net.fabricmc.loom.util
Interface DeprecationHelper
- All Known Implementing Classes:
DeprecationHelper.ProjectBased
public interface DeprecationHelper
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.Projectdefault voidreplaceWithInLoom0_10(String currentName, String newName)default voidreplaceWithInLoom0_11(String currentName, String newName)default voidreplaceWithInLoom0_12(String currentName, String newName)default voidtoBeRemovedIn(String currentName, String newName, String removalVersion)void
-
Method Details
-
replaceWithInLoom0_10
-
replaceWithInLoom0_11
-
replaceWithInLoom0_12
-
toBeRemovedIn
-
getProject
org.gradle.api.Project getProject() -
warn
-