[ci skip] Fix various compile warnings (#6264)

This commit is contained in:
Finn Künstner
2021-07-30 01:04:26 +02:00
parent 23470be165
commit bf8f91cf09
4 changed files with 49 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+/**
+ * @deprecated Use {@link PlayerSpawnLocationEvent}, Duplicate API
+ */
+@Deprecated
+public class PlayerInitialSpawnEvent extends PlayerSpawnLocationEvent {
+
+ public PlayerInitialSpawnEvent(@NotNull Player who, @NotNull Location spawnLocation) {