Uses of Enum Class
dev.sefiraat.sefilib.entity.LivingEntityCategory
Packages that use LivingEntityCategory
-
Uses of LivingEntityCategory in dev.sefiraat.sefilib.entity
Methods in dev.sefiraat.sefilib.entity that return LivingEntityCategoryModifier and TypeMethodDescriptionstatic LivingEntityCategoryReturns the enum constant of this class with the specified name.static LivingEntityCategory[]LivingEntityCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.sefiraat.sefilib.entity with parameters of type LivingEntityCategoryModifier and TypeMethodDescriptionLivingEntitySelector.excludeCategories(LivingEntityCategory... categories) static Set<LivingEntityDefinition>LivingEntityDefinition.getByCategory(LivingEntityCategory category) static Set<LivingEntityDefinition>LivingEntityDefinition.getByCategory(LivingEntityCategory category, io.github.bakedlibs.dough.versions.SemanticVersion version) LivingEntitySelector.includeCategories(LivingEntityCategory... categories) booleanLivingEntityDefinition.isCategorized(LivingEntityCategory category) booleanLivingEntityDefinition.isCategorized(LivingEntityCategory... categories) Method parameters in dev.sefiraat.sefilib.entity with type arguments of type LivingEntityCategoryModifier and TypeMethodDescriptionbooleanLivingEntityDefinition.isCategorized(Collection<LivingEntityCategory> categories)