mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-02 21:22:05 -07:00
Finish API patches
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user