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.PickupStatusAbstractArrowEntity. pickupMethods in net.minecraft.entity.projectile that return AbstractArrowEntity.PickupStatus Modifier and Type Method Description static AbstractArrowEntity.PickupStatusAbstractArrowEntity.PickupStatus. byOrdinal(int p_188795_0_)static AbstractArrowEntity.PickupStatusAbstractArrowEntity.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.
-