| Modifier and Type | Method and Description |
|---|---|
static Cause |
Cause.create(Object... cause)
Create a new instance with the given objects as the cause,
where the first-most object is the initial initiator and those
following it are controlled by the previous entry.
|
static Cause |
Cause.unknown()
Create a new instance that indicates that the cause is not known.
|
| Modifier and Type | Method and Description |
|---|---|
Cause |
DelegateEvent.getCause()
Return the cause.
|
| Constructor and Description |
|---|
DelegateEvent(org.bukkit.event.Event originalEvent,
Cause cause)
Create a new instance
|
| Constructor and Description |
|---|
BreakBlockEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.block.Block block) |
BreakBlockEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.Location target,
org.bukkit.Material effectiveMaterial) |
BreakBlockEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.World world,
List<org.bukkit.block.Block> blocks,
org.bukkit.Material effectiveMaterial) |
PlaceBlockEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.block.Block block) |
PlaceBlockEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.Location target,
org.bukkit.Material effectiveMaterial) |
PlaceBlockEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.World world,
List<org.bukkit.block.Block> blocks,
org.bukkit.Material effectiveMaterial) |
UseBlockEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.block.Block block) |
UseBlockEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.Location target,
org.bukkit.Material effectiveMaterial) |
UseBlockEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.World world,
List<org.bukkit.block.Block> blocks,
org.bukkit.Material effectiveMaterial) |
| Constructor and Description |
|---|
DamageEntityEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.entity.Entity target) |
DestroyEntityEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.entity.Entity target) |
SpawnEntityEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.entity.Entity target) |
SpawnEntityEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.Location location,
org.bukkit.entity.EntityType type) |
UseEntityEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.entity.Entity target) |
| Constructor and Description |
|---|
UseItemEvent(org.bukkit.event.Event originalEvent,
Cause cause,
org.bukkit.World world,
org.bukkit.inventory.ItemStack itemStack) |
Copyright © 2015. All Rights Reserved.