Uses of Enum Class
com.cryptomorin.xseries.XEntityType
Packages that use XEntityType
-
Uses of XEntityType in com.cryptomorin.xseries
Subclasses with type arguments of type XEntityType in com.cryptomorin.xseriesClasses in com.cryptomorin.xseries that implement interfaces with type arguments of type XEntityTypeFields in com.cryptomorin.xseries with type parameters of type XEntityTypeModifier and TypeFieldDescriptionstatic final @NotNull XTag<XEntityType> Entity types thatXEnchantment.BANE_OF_ARTHROPODSenchantment is effective against.static final @NotNull XTag<XEntityType> Entity types thatXEnchantment.SMITEenchantment is effective against.static final Map<XMaterial, XEntityType> XTag.MATERIAL_TO_ENTITYWhat entity spawns when a material is placed down?static final XRegistry<XEntityType, org.bukkit.entity.EntityType> XEntityType.REGISTRYMethods in com.cryptomorin.xseries that return XEntityTypeModifier and TypeMethodDescriptionstatic @NotNull XEntityTypeXEntityType.of(@NotNull org.bukkit.entity.Entity entity) static @NotNull XEntityTypeXEntityType.of(@NotNull org.bukkit.entity.EntityType entityType) static XEntityTypeReturns the enum constant of this class with the specified name.static XEntityType[]XEntityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cryptomorin.xseries that return types with arguments of type XEntityTypeModifier and TypeMethodDescriptionstatic @NotNull @Unmodifiable Collection<XEntityType> XEntityType.getValues()static Optional<XEntityType>