Class FakeBlockBreakEvent
- java.lang.Object
-
- org.bukkit.event.Event
-
- org.bukkit.event.block.BlockEvent
-
- org.bukkit.event.block.BlockExpEvent
-
- org.bukkit.event.block.BlockBreakEvent
-
- org.shininet.bukkit.playerheads.events.FakeBlockBreakEvent
-
- All Implemented Interfaces:
Cancellable
@Deprecated public class FakeBlockBreakEvent extends BlockBreakEvent
Deprecated.you should use SimulatedBlockBreakEvent in the Compatibility API instead, this class may be removed in the futureEvent used internally by the plugin to detect if a hypothetical BlockBreak would be cancelled by another plugin. Used in determining whether drops should occur when heads might be broken by a player. This is useful when using plugins such as WorldGuard that cancel blockbreak in protected areas. Note: This documentation was inferred after the fact and may be inaccurate.- Since:
- 3.11
- Author:
- meiskam
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
-
Field Summary
-
Fields inherited from class org.bukkit.event.block.BlockEvent
block
-
-
Constructor Summary
Constructors Constructor Description FakeBlockBreakEvent(Block theBlock, Player player)
Deprecated.Constructs a simulated block break event
-
Method Summary
-
Methods inherited from class org.bukkit.event.block.BlockBreakEvent
getPlayer, isCancelled, isDropItems, setCancelled, setDropItems
-
Methods inherited from class org.bukkit.event.block.BlockExpEvent
getExpToDrop, getHandlerList, getHandlers, setExpToDrop
-
Methods inherited from class org.bukkit.event.block.BlockEvent
getBlock
-
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
-