java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.block.BlockEvent
org.cloudburstmc.api.event.block.ItemFrameDropItemEvent
- All Implemented Interfaces:
Cancellable
Created by Pub4Game on 03.07.2016.
-
Field Summary
Fields inherited from class org.cloudburstmc.api.event.block.BlockEvent
block -
Constructor Summary
ConstructorsConstructorDescriptionItemFrameDropItemEvent(Player player, Block block, ItemFrame itemFrame, ItemStack item) -
Method Summary
Methods inherited from class org.cloudburstmc.api.event.block.BlockEvent
getBlockMethods 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
-
ItemFrameDropItemEvent
-
-
Method Details
-
getPlayer
-
getItemFrame
-
getItem
-