Uses of Class
net.minecraft.entity.projectile.AbstractArrowEntity.PickupStatus
-
Packages that use AbstractArrowEntity.PickupStatus Package Description net.minecraft.entity.projectile -
-
Uses of AbstractArrowEntity.PickupStatus in net.minecraft.entity.projectile
Fields in net.minecraft.entity.projectile declared as AbstractArrowEntity.PickupStatus Modifier and Type Field Description AbstractArrowEntity.PickupStatus
AbstractArrowEntity. pickup
Methods in net.minecraft.entity.projectile that return AbstractArrowEntity.PickupStatus Modifier and Type Method Description static AbstractArrowEntity.PickupStatus
AbstractArrowEntity.PickupStatus. byOrdinal(int p_188795_0_)
static AbstractArrowEntity.PickupStatus
AbstractArrowEntity.PickupStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractArrowEntity.PickupStatus[]
AbstractArrowEntity.PickupStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-