Skip to content

Commit 7b56d94

Browse files
Fix KDoc
1 parent 387fb13 commit 7b56d94

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

invui-kotlin/src/main/kotlin/xyz/xenondevs/invui/dsl/MerchantWindowDsl.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
package xyz.xenondevs.invui.dsl
44

55
import org.bukkit.entity.Player
6+
import org.bukkit.inventory.ItemStack
67
import xyz.xenondevs.commons.provider.Provider
78
import xyz.xenondevs.commons.provider.mutableProvider
89
import xyz.xenondevs.commons.provider.provider
@@ -148,7 +149,7 @@ sealed interface MerchantWindowDsl : SplitWindowDsl {
148149
* ```
149150
*/
150151
val level: ProviderDslProperty<Int>
151-
152+
152153
/**
153154
* The progress of the merchant's experience bar, from `0.0` to `1.0`.
154155
* If set to any value `< 0`, the progress bar and the merchant level name will be hidden.
@@ -159,7 +160,7 @@ sealed interface MerchantWindowDsl : SplitWindowDsl {
159160
* ```
160161
*/
161162
val progress: ProviderDslProperty<Double>
162-
163+
163164
/**
164165
* Whether the message "Villagers restock up to two times per day" is displayed when hovering
165166
* over the arrow of disabled trades.

0 commit comments

Comments
 (0)