Module org.cloudburstmc.api
Class EntityInventoryChangeEvent
java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.entity.EntityEvent
org.cloudburstmc.api.event.entity.EntityInventoryChangeEvent
- All Implemented Interfaces:
Cancellable
author: MagicDroidX
Nukkit Project
-
Field Summary
Fields inherited from class org.cloudburstmc.api.event.entity.EntityEvent
entity -
Constructor Summary
ConstructorsConstructorDescriptionEntityInventoryChangeEvent(Entity entity, ItemStack oldItem, ItemStack newItem, int slot) -
Method Summary
Methods inherited from class org.cloudburstmc.api.event.entity.EntityEvent
getEntityMethods inherited from class org.cloudburstmc.api.event.Event
isCancelled, setCancelled, setCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cloudburstmc.api.event.Cancellable
isCancelled, setCancelled, setCancelled
-
Constructor Details
-
EntityInventoryChangeEvent
-
-
Method Details
-
getSlot
public int getSlot() -
getNewItem
-
setNewItem
-
getOldItem
-