mirai
2.13.4
common
mirai-core-api
/
net.mamoe.mirai.event.events
/
ImageUploadEvent
/
Succeed
Succeed
common
data
class
Succeed
@
MiraiInternalApi
constructor
(
val
target
:
Contact
,
val
source
:
ExternalResource
,
val
image
:
Image
)
:
ImageUploadEvent
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Succeed
Link copied to clipboard
common
@
MiraiInternalApi
fun
Succeed
(
target
:
Contact
,
source
:
ExternalResource
,
image
:
Image
)
Content copied to clipboard
Functions
cancel
Link copied to clipboard
common
fun
cancel
(
)
Content copied to clipboard
intercept
Link copied to clipboard
common
abstract
fun
intercept
(
)
Content copied to clipboard
拦截这个事件
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
_intercepted
Link copied to clipboard
common
@
MiraiInternalApi
@
JvmField
@
Volatile
var
_intercepted
:
Boolean
=
false
Content copied to clipboard
bot
Link copied to clipboard
common
open
override
val
bot
:
Bot
Content copied to clipboard
broad
Cast
Lock
Link copied to clipboard
common
@
MiraiInternalApi
@
JvmField
val
broadCastLock
:
Mutex
Content copied to clipboard
限制一个事件实例不能并行广播. (适用于 object 广播的情况)
image
Link copied to clipboard
common
val
image
:
Image
Content copied to clipboard
is
Cancelled
Link copied to clipboard
common
val
isCancelled
:
Boolean
Content copied to clipboard
is
Intercepted
Link copied to clipboard
common
abstract
val
isIntercepted
:
Boolean
Content copied to clipboard
事件是否已被拦截.
source
Link copied to clipboard
common
open
override
val
source
:
ExternalResource
Content copied to clipboard
target
Link copied to clipboard
common
open
override
val
target
:
Contact
Content copied to clipboard