Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableList<CustomItemStack> |
AdditionsAPI.getAllCustomItemStacks() |
Modifier and Type | Method and Description |
---|---|
CustomItemStack |
CustomBowStackEvent.getCustomBowItemStack() |
Modifier and Type | Method and Description |
---|---|
static CustomBow |
CustomBowStackEvent.checkStackForBow(CustomItemStack cStack) |
Constructor and Description |
---|
ArrowFromCustomBowHitEvent(org.bukkit.event.entity.ProjectileHitEvent event,
org.bukkit.entity.LivingEntity shooter,
CustomItemStack cBowStack) |
CustomBowStackEvent(CustomItemStack cBowStack) |
EntityShootCustomBowEvent(org.bukkit.event.entity.EntityShootBowEvent event,
CustomItemStack cBowStack) |
Constructor and Description |
---|
CustomElytraPlayerToggleGlideEvent(org.bukkit.event.entity.EntityToggleGlideEvent event,
CustomItemStack cStack) |
Modifier and Type | Method and Description |
---|---|
CustomItemStack |
CustomItemStackEvent.getCustomItemStack() |
Constructor and Description |
---|
CustomItemBlockBreakEvent(org.bukkit.event.block.BlockBreakEvent event,
CustomItemStack cStack) |
CustomItemBlockIgniteEvent(org.bukkit.event.block.BlockIgniteEvent event,
CustomItemStack cStack) |
CustomItemFishEvent(org.bukkit.event.player.PlayerFishEvent event,
CustomItemStack cStack) |
CustomItemFurnaceBurnEvent(org.bukkit.event.inventory.FurnaceBurnEvent event,
CustomItemStack cStack) |
CustomItemPlayerInteractEvent(org.bukkit.event.player.PlayerInteractEvent event,
CustomItemStack cStack) |
CustomItemShearEntityEvent(org.bukkit.event.player.PlayerShearEntityEvent event,
CustomItemStack cStack) |
CustomItemStackEvent(CustomItemStack cStack) |
EntityDamageByPlayerUsingCustomItemEvent(org.bukkit.event.entity.EntityDamageByEntityEvent event,
CustomItemStack cStack) |
PlayerDropCustomItemEvent(org.bukkit.event.player.PlayerDropItemEvent event,
CustomItemStack cStack) |
PlayerPickupCustomItemEvent(org.bukkit.event.player.PlayerPickupItemEvent event,
CustomItemStack cStack) |
Constructor and Description |
---|
CustomShieldPlayerDamageByEntityEvent(org.bukkit.event.entity.EntityDamageByEntityEvent event,
CustomItemStack cStack) |
Modifier and Type | Method and Description |
---|---|
DataFile |
DataFile.addCustomItemStack(CustomItemStack cStack)
Converts a
CustomItemStack to a StorageCustomItem to be
saved in the data.yml file. |
Modifier and Type | Method and Description |
---|---|
CustomItemStack |
CustomItemStack.clone() |
CustomItemStack |
StorageCustomItem.getCustomItemStack() |
CustomItemStack |
CustomItemStack.reduceDurability(org.bukkit.entity.Player player,
int durabilityToReduce)
Reduces the durability of the CustomItemStack, whether it's using Fake
Durability or not.
|
CustomItemStack |
CustomItemStack.setFakeDurability(int durability)
Sets the
ItemStack 's Current Fake Durability. |
CustomItemStack |
CustomItemStack.setTexture(java.lang.String texture)
Sets the Texture of the ItemStack.
|
CustomItemStack |
CustomItemStack.updateLore()
Updates the lore of the ItemStack using the
CustomItem.getFullLore(Map, int, Attributes) method. |
CustomItemStack |
CustomItemStack.updateLore(java.util.Map<org.bukkit.enchantments.Enchantment,java.lang.Integer> enchantsToCheck)
Updates the lore of the ItemStack using the
CustomItem.getFullLore(Map, int, Attributes) method. |
Modifier and Type | Method and Description |
---|---|
static void |
ArrowFromCustomBowHit.addArrow(org.bukkit.entity.Entity entity,
CustomItemStack cBowStack,
org.bukkit.entity.LivingEntity owner) |
Modifier and Type | Method and Description |
---|---|
CustomItemStack |
BowStackContainer.getBowStack() |
Modifier and Type | Method and Description |
---|---|
BowStackContainer |
BowStackContainer.setBowStack(CustomItemStack cBowStack) |
Constructor and Description |
---|
BowStackContainer(CustomItemStack cBowStack,
org.bukkit.entity.LivingEntity owner) |