Class DropItemEvent.Drop

All Implemented Interfaces:
ICancellableEcsEvent
Enclosing class:
DropItemEvent

public static final class DropItemEvent.Drop extends DropItemEvent
  • Field Details

    • itemStack

      @Nonnull private ItemStack itemStack
    • throwSpeed

      private float throwSpeed
  • Constructor Details

    • Drop

      public Drop(@Nonnull ItemStack itemStack, float throwSpeed)
  • Method Details

    • setThrowSpeed

      public void setThrowSpeed(float throwSpeed)
    • getThrowSpeed

      public float getThrowSpeed()
    • setItemStack

      public void setItemStack(@Nonnull ItemStack itemStack)
    • getItemStack

      @Nonnull public ItemStack getItemStack()