Skip to content
On this page
NeoForge

ItemEvent

top.katton.api.eventneoforge/src/main/kotlin/top/katton/api/event/ItemEvent.kt
NeoForge 平台的物品交互事件。 此对象提供与物品使用相关的事件,包括对方块使用物品以及一般的物品使用事件。

ItemEvent

ItemEventNeoForge对象
kotlin
@Suppress("unused")
@EventBusSubscriber( modid = Katton.MOD_ID, value = [Dist.DEDICATED_SERVER] )
modid

NeoForge 平台的物品交互事件。 此对象提供与物品使用相关的事件,包括对方块使用物品以及一般的物品使用事件。