We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52843b6 commit 2427e33Copy full SHA for 2427e33
common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakRequest.kt
@@ -31,9 +31,6 @@ import com.lambda.util.BlockUtils.isEmpty
31
import net.minecraft.entity.ItemEntity
32
import net.minecraft.util.math.BlockPos
33
34
-@DslMarker
35
-annotation class BreakRequestBuilder
36
-
37
data class BreakRequest(
38
val contexts: Collection<BreakContext>,
39
val pendingInteractions: MutableCollection<BuildContext>,
@@ -58,6 +55,9 @@ data class BreakRequest(
58
55
override fun submit(queueIfClosed: Boolean) =
59
56
BreakManager.request(this, queueIfClosed)
60
57
+ @DslMarker
+ annotation class BreakRequestBuilder
+
61
@BreakRequestBuilder
62
class RequestBuilder(
63
contexts: Collection<BreakContext>,
0 commit comments