We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b382a commit 10d2770Copy full SHA for 10d2770
neoforge/src/main/java/de/z0rdak/yawp/api/events/region/NeoForgeRegionEvent.java
@@ -84,7 +84,7 @@ public String getNewName() {
84
* Otherwise, you may cause inconsistencies and break your whole region definition.
85
*
86
* @param newName The new name of the region - be sure to validate it before
87
- * @see de.z0rdak.yawp.data.region.RegionDataManager#isValidRegionName(ResourceKey, String)
+ * @see de.z0rdak.yawp.data.region.LevelRegionData#isValidRegionName(String)
88
*/
89
public void setNewName(String newName) {
90
this.newName = newName;
0 commit comments