Interface ITargetSelectorDynamic
- All Superinterfaces:
ITargetSelector
- All Known Implementing Classes:
DynamicSelectorDesc
Decoration interface for dynamic target selectors
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic @interfaceDecoration for subclasses which indicates an annotation type from which the selector can be parsed.static @interfaceDecoration for subclasses which indicates id used for a specific selector when specified, for example @MyNamespace:MySelector(argshere) would specify "MySelector"Nested classes/interfaces inherited from interface org.spongepowered.asm.mixin.injection.selectors.ITargetSelector
ITargetSelector.Configure -
Method Summary
Methods inherited from interface org.spongepowered.asm.mixin.injection.selectors.ITargetSelector
attach, configure, getMaxMatchCount, getMinMatchCount, match, next, validate