mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 15:42:19 -07:00
Fix/update wiki (#9758)
This commit is contained in:
@@ -26,7 +26,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ *
|
||||
+ * @see #hasSeenWinScreen()
|
||||
+ * @see #setHasSeenWinScreen(boolean)
|
||||
+ * @see <a href="https://minecraft.fandom.com/wiki/End_Poem#Technical_details">https://minecraft.fandom.com/wiki/End_Poem#Technical_details</a>
|
||||
+ * @see <a href="https://minecraft.wiki/wiki/End_Poem#Technical_details">https://minecraft.wiki/wiki/End_Poem#Technical_details</a>
|
||||
+ */
|
||||
+ public void showWinScreen();
|
||||
+
|
||||
@@ -37,7 +37,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ * @return Whether this player has seen the win screen before
|
||||
+ * @see #setHasSeenWinScreen(boolean)
|
||||
+ * @see #showWinScreen()
|
||||
+ * @see <a href="https://minecraft.fandom.com/wiki/End_Poem">https://minecraft.fandom.com/wiki/End_Poem</a>
|
||||
+ * @see <a href="https://minecraft.wiki/wiki/End_Poem">https://minecraft.wiki/wiki/End_Poem</a>
|
||||
+ */
|
||||
+ public boolean hasSeenWinScreen();
|
||||
+
|
||||
@@ -48,7 +48,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ * @param hasSeenWinScreen Whether this player has seen the win screen before
|
||||
+ * @see #hasSeenWinScreen()
|
||||
+ * @see #showWinScreen()
|
||||
+ * @see <a href="https://minecraft.fandom.com/wiki/End_Poem">https://minecraft.fandom.com/wiki/End_Poem</a>
|
||||
+ * @see <a href="https://minecraft.wiki/wiki/End_Poem">https://minecraft.wiki/wiki/End_Poem</a>
|
||||
+ */
|
||||
+ public void setHasSeenWinScreen(boolean hasSeenWinScreen);
|
||||
+ // Paper end
|
||||
|
Reference in New Issue
Block a user