public interface Item extends Entity
Entity.Spigot| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canMobPickup()
Gets if non-player entities can pick this Item up 
 | 
ItemStack | 
getItemStack()
Gets the item stack associated with this item drop. 
 | 
UUID | 
getOwner()
The owner of this item. 
 | 
int | 
getPickupDelay()
Gets the delay before this Item is available to be picked up by players 
 | 
UUID | 
getThrower()
Get the thrower of this item. 
 | 
void | 
setCanMobPickup(boolean canMobPickup)
Sets if non-player entities can pick this Item up 
 | 
void | 
setItemStack(ItemStack stack)
Sets the item stack associated with this item drop. 
 | 
void | 
setOwner(UUID owner)
Set the owner of this item. 
 | 
void | 
setPickupDelay(int delay)
Sets the delay before this Item is available to be picked up by players 
 | 
void | 
setThrower(UUID thrower)
Set the thrower of this item. 
 | 
addPassenger, addScoreboardTag, eject, fromMobSpawner, getBoundingBox, getChunk, getEntityId, getEntitySpawnReason, getFacing, getFallDistance, getFireTicks, getHeight, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getOrigin, getPassenger, getPassengers, getPistonMoveReaction, getPortalCooldown, getScoreboardTags, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWidth, getWorld, hasGravity, isCustomNameVisible, isDead, isEmpty, isGlowing, isInsideVehicle, isInvulnerable, isOnGround, isPersistent, isSilent, isValid, leaveVehicle, playEffect, remove, removePassenger, removeScoreboardTag, setCustomNameVisible, setFallDistance, setFireTicks, setGlowing, setGravity, setInvulnerable, setLastDamageCause, setPassenger, setPersistent, setPortalCooldown, setRotation, setSilent, setTicksLived, setVelocity, spigot, teleport, teleport, teleport, teleport, teleportAsync, teleportAsyncgetMetadata, hasMetadata, removeMetadata, setMetadatagetName, sendMessage, sendMessage, sendMessage, sendMessageaddAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachmentisOp, setOpgetCustomName, setCustomName@NotNull ItemStack getItemStack()
void setItemStack(@Nullable
                  ItemStack stack)
stack - An item stack.int getPickupDelay()
void setPickupDelay(int delay)
delay - New delayboolean canMobPickup()
void setCanMobPickup(boolean canMobPickup)
canMobPickup - True to allow non-player entity pickup@Nullable UUID getOwner()
void setOwner(@Nullable
              UUID owner)
owner - The owner's UUID@Nullable UUID getThrower()
void setThrower(@Nullable
                UUID thrower)
thrower - The thrower's UUIDCopyright © 2022. All rights reserved.