mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-28 19:11:45 +01:00
fix: javadoc missing quote
This commit is contained in:
parent
4e93f469dc
commit
11d7530dfc
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
maven-local-ignore-paths: |
|
||||
net/minestom/
|
||||
- name: Build Minestom
|
||||
run: ./gradlew classes testClasses
|
||||
run: ./gradlew classes testClasses javadoc
|
||||
- name: Run Minestom tests
|
||||
run: ./gradlew test
|
||||
publish:
|
||||
|
@ -11,7 +11,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
* Represents an inventory which can receive click input.
|
||||
* All methods returning boolean returns true if the action is successful, false otherwise.
|
||||
* <p>
|
||||
* See <a href="https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Protocol#Click_Container>the Minecraft wiki</a> for more information.
|
||||
* See <a href="https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Protocol#Click_Container">the Minecraft wiki</a> for more information.
|
||||
*/
|
||||
public sealed interface InventoryClickHandler permits AbstractInventory {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user