Uses of Enum Class
org.bukkit.entity.AbstractArrow.PickupRule
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of AbstractArrow.PickupRule in org.bukkit.entity
Modifier and TypeMethodDescriptiondefault AbstractArrow.PickupRule
AbstractArrow.getPickupRule()
Deprecated.static AbstractArrow.PickupRule
Deprecated.Returns the enum constant of this class with the specified name.static AbstractArrow.PickupRule[]
AbstractArrow.PickupRule.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault void
AbstractArrow.setPickupRule
(AbstractArrow.PickupRule rule) Deprecated.UseAbstractArrow.setPickupStatus(PickupStatus)
withAbstractArrow.PickupStatus
as an upstream compatible replacement for this function
AbstractArrow.getPickupStatus()
as an upstream compatible replacement for this function