Uses of Enum Class
net.minecraft.entity.projectile.PersistentProjectileEntity.PickupPermission
Packages that use PersistentProjectileEntity.PickupPermission
-
Uses of PersistentProjectileEntity.PickupPermission in net.minecraft.entity.projectile
Fields in net.minecraft.entity.projectile declared as PersistentProjectileEntity.PickupPermissionFields in net.minecraft.entity.projectile with type parameters of type PersistentProjectileEntity.PickupPermissionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<PersistentProjectileEntity.PickupPermission> PersistentProjectileEntity.PickupPermission.CODEC
Methods in net.minecraft.entity.projectile that return PersistentProjectileEntity.PickupPermissionModifier and TypeMethodDescriptionPersistentProjectileEntity.PickupPermission.fromOrdinal
(int ordinal) Returns the enum constant of this class with the specified name.PersistentProjectileEntity.PickupPermission.values()
Returns an array containing the constants of this enum class, in the order they are declared.