| Package | Description |
|---|---|
| com.sk89q.worldguard.blacklist.event | |
| com.sk89q.worldguard.blacklist.target | |
| com.sk89q.worldguard.bukkit | |
| com.sk89q.worldguard.bukkit.internal |
| Modifier and Type | Method and Description |
|---|---|
Target |
BlacklistEvent.getTarget()
Get the item type.
|
| Constructor and Description |
|---|
BlockBreakBlacklistEvent(LocalPlayer player,
com.sk89q.worldedit.Vector position,
Target target)
Construct the object.
|
BlockDispenseBlacklistEvent(LocalPlayer player,
com.sk89q.worldedit.Vector position,
Target target)
Construct the object.
|
BlockInteractBlacklistEvent(LocalPlayer player,
com.sk89q.worldedit.Vector position,
Target target)
Construct the object.
|
BlockPlaceBlacklistEvent(LocalPlayer player,
com.sk89q.worldedit.Vector position,
Target target)
Construct the object.
|
ItemAcquireBlacklistEvent(LocalPlayer player,
com.sk89q.worldedit.Vector position,
Target target)
Construct the object.
|
ItemDestroyWithBlacklistEvent(LocalPlayer player,
com.sk89q.worldedit.Vector position,
Target target)
Construct the object.
|
ItemDropBlacklistEvent(LocalPlayer player,
com.sk89q.worldedit.Vector position,
Target target)
Construct the object.
|
ItemUseBlacklistEvent(LocalPlayer player,
com.sk89q.worldedit.Vector position,
Target target)
Construct the object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaterialTarget |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TargetMatcher.test(Target target)
Return whether the given target is matched by this matcher.
|
boolean |
DataValueRangeMatcher.test(Target target) |
boolean |
WildcardDataMatcher.test(Target target) |
| Modifier and Type | Method and Description |
|---|---|
static Target |
BukkitUtil.createTarget(org.bukkit.block.Block block)
Get a blacklist target for the given block.
|
static Target |
BukkitUtil.createTarget(org.bukkit.block.Block block,
org.bukkit.Material material)
Get a blacklist target for the given block.
|
static Target |
BukkitUtil.createTarget(org.bukkit.inventory.ItemStack item)
Get a blacklist target for the given item.
|
static Target |
BukkitUtil.createTarget(org.bukkit.Material material)
Get a blacklist target for the given material.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TargetMatcherSet.test(Target target) |
Copyright © 2015. All Rights Reserved.