Uses of Enum Class
net.minecraft.world.entity.projectile.AbstractArrow.Pickup
Packages that use AbstractArrow.Pickup
-
Uses of AbstractArrow.Pickup in net.minecraft.world.entity.projectile
Fields in net.minecraft.world.entity.projectile declared as AbstractArrow.PickupFields in net.minecraft.world.entity.projectile with type parameters of type AbstractArrow.PickupModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<AbstractArrow.Pickup> AbstractArrow.Pickup.LEGACY_CODEC
Methods in net.minecraft.world.entity.projectile that return AbstractArrow.PickupModifier and TypeMethodDescriptionstatic AbstractArrow.Pickup
AbstractArrow.Pickup.byOrdinal
(int p_36809_) static AbstractArrow.Pickup
Returns 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.