Uses of Enum Class
dev.sefiraat.sefilib.entity.LivingEntityDefinition
Packages that use LivingEntityDefinition
-
Uses of LivingEntityDefinition in dev.sefiraat.sefilib.entity
Methods in dev.sefiraat.sefilib.entity that return LivingEntityDefinitionModifier and TypeMethodDescriptionstatic LivingEntityDefinitionLivingEntityDefinition.fromType(EntityType type) static LivingEntityDefinition[]LivingEntityDefinition.getValues()static LivingEntityDefinitionReturns the enum constant of this class with the specified name.static LivingEntityDefinition[]LivingEntityDefinition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.sefiraat.sefilib.entity that return types with arguments of type LivingEntityDefinitionModifier and TypeMethodDescriptionstatic Set<LivingEntityDefinition>LivingEntityDefinition.getByCategory(LivingEntityCategory category) static Set<LivingEntityDefinition>LivingEntityDefinition.getByCategory(LivingEntityCategory category, io.github.bakedlibs.dough.versions.SemanticVersion version) LivingEntitySelector.process(LivingEntitySelector.MatchType matchType) Methods in dev.sefiraat.sefilib.entity with parameters of type LivingEntityDefinitionModifier and TypeMethodDescriptionLivingEntitySelector.excludeTypes(LivingEntityDefinition... categories) LivingEntitySelector.includeTypes(LivingEntityDefinition... categories)