File tree Expand file tree Collapse file tree
invui-kotlin/src/main/kotlin/xyz/xenondevs/invui/dsl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33package xyz.xenondevs.invui.dsl
44
55import org.bukkit.entity.Player
6+ import org.bukkit.inventory.ItemStack
67import xyz.xenondevs.commons.provider.Provider
78import xyz.xenondevs.commons.provider.mutableProvider
89import 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.
You can’t perform that action at this time.
0 commit comments