Uses of Class
net.minecraft.entity.projectile.PersistentProjectileEntity.PickupPermission
| Package | Description |
|---|---|
| net.minecraft.entity.projectile |
-
Uses of PersistentProjectileEntity.PickupPermission in net.minecraft.entity.projectile
Fields in net.minecraft.entity.projectile declared as PersistentProjectileEntity.PickupPermission Modifier and Type Field Description PersistentProjectileEntity.PickupPermissionPersistentProjectileEntity. pickupTypeMethods in net.minecraft.entity.projectile that return PersistentProjectileEntity.PickupPermission Modifier and Type Method Description static PersistentProjectileEntity.PickupPermissionPersistentProjectileEntity.PickupPermission. fromOrdinal(int ordinal)static PersistentProjectileEntity.PickupPermissionPersistentProjectileEntity.PickupPermission. valueOf(String name)Returns the enum constant of this type with the specified name.static PersistentProjectileEntity.PickupPermission[]PersistentProjectileEntity.PickupPermission. values()Returns an array containing the constants of this enum type, in the order they are declared.