Package io.papermc.asm.rules.builder
Interface RuleFactoryConfiguration.Holder
- Enclosing interface:
- RuleFactoryConfiguration
public static interface RuleFactoryConfiguration.Holder
-
Method Summary
Modifier and TypeMethodDescriptiondefault RewriteRuleforOwner(Class<?> owner, ConfiguredRuleFactory.Factory firstFactoryConsumer, ConfiguredRuleFactory.Factory... factoryConsumers) default RewriteRuleforOwners(Set<Class<?>> owners, ConfiguredRuleFactory.Factory firstFactoryConsumer, ConfiguredRuleFactory.Factory... factoryConsumers)
-
Method Details
-
configuration
RuleFactoryConfiguration configuration() -
forOwner
default RewriteRule forOwner(Class<?> owner, ConfiguredRuleFactory.Factory firstFactoryConsumer, ConfiguredRuleFactory.Factory... factoryConsumers) -
forOwners
default RewriteRule forOwners(Set<Class<?>> owners, ConfiguredRuleFactory.Factory firstFactoryConsumer, ConfiguredRuleFactory.Factory... factoryConsumers)
-