Interface ITargetSelectorConstructor
- All Superinterfaces:
ITargetSelector,ITargetSelectorByName
- All Known Implementing Classes:
MemberInfo
A target selector which can identify constructor types
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.asm.mixin.injection.selectors.ITargetSelector
ITargetSelector.Configure -
Method Summary
Modifier and TypeMethodDescriptionReturns the constructor descriptor represented by this selector, returns null if no descriptor is present.Returns the constructor type represented by this selectorMethods inherited from interface org.spongepowered.asm.mixin.injection.selectors.ITargetSelector
attach, configure, getMaxMatchCount, getMinMatchCount, match, next, validateMethods inherited from interface org.spongepowered.asm.mixin.injection.selectors.ITargetSelectorByName
getDesc, getName, getOwner, matches, toDescriptor