Package io.papermc.asm.rules.builder
Interface ConfiguredRuleFactory
- All Superinterfaces:
RuleFactory
- All Known Implementing Classes:
ConfiguredRuleFactoryImpl
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncombine(ConfiguredRuleFactory.Factory... factories) static ConfiguredRuleFactorycreate(Set<ClassDesc> owners, RuleFactoryConfiguration config) voidplainStaticRewrite(Consumer<? super MethodMatcher.Builder> builderConsumer) Methods inherited from interface io.papermc.asm.rules.builder.RuleFactory
addRule, build, changeFieldToMethod, changeParamDirect, changeParamDirect, changeParamFuzzy, changeParamFuzzy, changeParamToSuper, changeParamToSuper, changeReturnTypeDirect, changeReturnTypeDirect, changeReturnTypeDirectWithContext, changeReturnTypeDirectWithContext, changeReturnTypeToSub, changeReturnTypeToSub, plainStaticRewrite
-
Method Details
-
create
-
combine
-
plainStaticRewrite
-