Finish API patches
This commit is contained in:
parent
b52915b54e
commit
0ef31547a1
1070 changed files with 21 additions and 991 deletions
|
@ -138,7 +138,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
* @see <a href="https://minecraft.wiki/w/Data_pack">Minecraft wiki</a>
|
||||
+ * @deprecated use {@link io.papermc.paper.datapack.Datapack}
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
+@Deprecated(forRemoval = true) // Paper
|
||||
public interface DataPack extends Keyed {
|
||||
|
||||
|
@ -153,7 +152,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
* Manager of data packs.
|
||||
+ * @deprecated use {@link io.papermc.paper.datapack.DatapackManager}
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
+@Deprecated(forRemoval = true) // Paper
|
||||
public interface DataPackManager {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue