Package com.ericlam.mc.eld.managers
Interface ItemInteractManager
public interface ItemInteractManager
物品交互器
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddConsumeEvent(String key, Consumer<PlayerItemConsumeEvent> eventConsumer) 設置進食事件voidaddInteractEvent(String key, Consumer<PlayerInteractEvent> eventConsumer) 設置左右鍵事件
-
Method Details
-
addInteractEvent
設置左右鍵事件- Parameters:
key- 標識ideventConsumer- 事件處理
-
addConsumeEvent
設置進食事件- Parameters:
key- 標識ideventConsumer- 事件處理
-