Class ItemTarget
java.lang.Object
com.sk89q.worldguard.blacklist.target.ItemTarget
- All Implemented Interfaces:
Target
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a friendly name to be printed.Get the type ID.
-
Constructor Details
-
ItemTarget
public ItemTarget(com.sk89q.worldedit.world.item.ItemType type)
-
-
Method Details
-
getTypeId
Description copied from interface:Target
Get the type ID. -
getFriendlyName
Description copied from interface:Target
Get a friendly name to be printed.- Specified by:
getFriendlyName
in interfaceTarget
- Returns:
- a friendly name
-