Package net.minecraft.entity.projectile
Enum Class AbstractArrowEntity.PickupPermission
java.lang.Object
java.lang.Enum<AbstractArrowEntity.PickupPermission>
net.minecraft.entity.projectile.AbstractArrowEntity.PickupPermission
- All Implemented Interfaces:
Serializable,Comparable<AbstractArrowEntity.PickupPermission>,Constable
- Enclosing class:
- AbstractArrowEntity
public static enum AbstractArrowEntity.PickupPermission
extends Enum<AbstractArrowEntity.PickupPermission>
- Mappings:
Namespace Name official aeh$aintermediary net/minecraft/class_990$class_3002named net/minecraft/entity/projectile/AbstractArrowEntity$PickupPermission
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromOrdinal(int ordinal) Returns the enum constant of this class with the specified name.static AbstractArrowEntity.PickupPermission[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DISALLOWED
- Mappings:
Namespace Name Mixin selector official aLaeh$a;a:Laeh$a;intermediary field_14802Lnet/minecraft/class_990$class_3002;field_14802:Lnet/minecraft/class_990$class_3002;named DISALLOWEDLnet/minecraft/entity/projectile/AbstractArrowEntity$PickupPermission;DISALLOWED:Lnet/minecraft/entity/projectile/AbstractArrowEntity$PickupPermission;
-
ALLOWED
- Mappings:
Namespace Name Mixin selector official bLaeh$a;b:Laeh$a;intermediary field_14803Lnet/minecraft/class_990$class_3002;field_14803:Lnet/minecraft/class_990$class_3002;named ALLOWEDLnet/minecraft/entity/projectile/AbstractArrowEntity$PickupPermission;ALLOWED:Lnet/minecraft/entity/projectile/AbstractArrowEntity$PickupPermission;
-
CREATIVE_ONLY
- Mappings:
Namespace Name Mixin selector official cLaeh$a;c:Laeh$a;intermediary field_14804Lnet/minecraft/class_990$class_3002;field_14804:Lnet/minecraft/class_990$class_3002;named CREATIVE_ONLYLnet/minecraft/entity/projectile/AbstractArrowEntity$PickupPermission;CREATIVE_ONLY:Lnet/minecraft/entity/projectile/AbstractArrowEntity$PickupPermission;
-
-
Constructor Details
-
PickupPermission
private PickupPermission()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromOrdinal
- Mappings:
Namespace Name Mixin selector official aLaeh$a;a(I)Laeh$a;intermediary method_13282Lnet/minecraft/class_990$class_3002;method_13282(I)Lnet/minecraft/class_990$class_3002;named fromOrdinalLnet/minecraft/entity/projectile/AbstractArrowEntity$PickupPermission;fromOrdinal(I)Lnet/minecraft/entity/projectile/AbstractArrowEntity$PickupPermission;
-