Uses of Enum Class
net.minecraft.world.entity.projectile.arrow.AbstractArrow.Pickup
Packages that use AbstractArrow.Pickup
-
Uses of AbstractArrow.Pickup in net.minecraft.world.entity.projectile.arrow
Fields in net.minecraft.world.entity.projectile.arrow declared as AbstractArrow.PickupFields in net.minecraft.world.entity.projectile.arrow with type parameters of type AbstractArrow.PickupModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AbstractArrow.Pickup> AbstractArrow.Pickup.LEGACY_CODECMethods in net.minecraft.world.entity.projectile.arrow that return AbstractArrow.PickupModifier and TypeMethodDescriptionstatic AbstractArrow.PickupAbstractArrow.Pickup.byOrdinal(int pOrdinal) static AbstractArrow.PickupReturns the enum constant of this class with the specified name.static AbstractArrow.Pickup[]AbstractArrow.Pickup.values()Returns an array containing the constants of this enum class, in the order they are declared.