-
-
Notifications
You must be signed in to change notification settings - Fork 886
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
143 additions
and
2 deletions.
There are no files selected for viewing
137 changes: 137 additions & 0 deletions
137
verification/src/changes/accepted-cli-public-api-changes.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,139 @@ | ||
{ | ||
"Removed overridden method": [ | ||
{ | ||
"type": "com.sk89q.worldedit.cli.CLIConfiguration", | ||
"member": "Method com.sk89q.worldedit.cli.CLIConfiguration.loadExtra()", | ||
"changes": [ | ||
"METHOD_REMOVED" | ||
] | ||
} | ||
], | ||
"Data File changes for downloadability": [ | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries", | ||
"member": "Method com.sk89q.worldedit.cli.data.FileRegistries.getDataFile()", | ||
"changes": [ | ||
"METHOD_RETURN_TYPE_CHANGED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$BlockManifest", | ||
"member": "Class com.sk89q.worldedit.cli.data.FileRegistries$BlockManifest", | ||
"changes": [ | ||
"CLASS_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$BlockManifest", | ||
"member": "Field defaultstate", | ||
"changes": [ | ||
"FIELD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$BlockManifest", | ||
"member": "Field properties", | ||
"changes": [ | ||
"FIELD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$BlockManifest", | ||
"member": "Constructor com.sk89q.worldedit.cli.data.FileRegistries$BlockManifest()", | ||
"changes": [ | ||
"CONSTRUCTOR_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$BlockProperty", | ||
"member": "Class com.sk89q.worldedit.cli.data.FileRegistries$BlockProperty", | ||
"changes": [ | ||
"CLASS_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$BlockProperty", | ||
"member": "Field values", | ||
"changes": [ | ||
"FIELD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$BlockProperty", | ||
"member": "Field type", | ||
"changes": [ | ||
"FIELD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$BlockProperty", | ||
"member": "Constructor com.sk89q.worldedit.cli.data.FileRegistries$BlockProperty()", | ||
"changes": [ | ||
"CONSTRUCTOR_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$DataFile", | ||
"member": "Class com.sk89q.worldedit.cli.data.FileRegistries$DataFile", | ||
"changes": [ | ||
"CLASS_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$DataFile", | ||
"member": "Field itemtags", | ||
"changes": [ | ||
"FIELD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$DataFile", | ||
"member": "Field entitytags", | ||
"changes": [ | ||
"FIELD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$DataFile", | ||
"member": "Field entities", | ||
"changes": [ | ||
"FIELD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$DataFile", | ||
"member": "Field biomes", | ||
"changes": [ | ||
"FIELD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$DataFile", | ||
"member": "Field blocks", | ||
"changes": [ | ||
"FIELD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$DataFile", | ||
"member": "Field blocktags", | ||
"changes": [ | ||
"FIELD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$DataFile", | ||
"member": "Field items", | ||
"changes": [ | ||
"FIELD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.cli.data.FileRegistries$DataFile", | ||
"member": "Constructor com.sk89q.worldedit.cli.data.FileRegistries$DataFile()", | ||
"changes": [ | ||
"CONSTRUCTOR_REMOVED" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters