Uses of Enum Class
com.cryptomorin.xseries.XEntityType
Packages that use XEntityType
-
Uses of XEntityType in com.cryptomorin.xseries
Fields 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 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>