Uses of Interface
cpw.mods.modlauncher.api.ITransformationService
Packages that use ITransformationService
-
Uses of ITransformationService in cpw.mods.modlauncher
Fields in cpw.mods.modlauncher declared as ITransformationServiceModifier and TypeFieldDescriptionprivate final ITransformationServiceTransformerHolder.ownerprivate final ITransformationServiceTransformationServiceDecorator.serviceMethods in cpw.mods.modlauncher that return ITransformationServiceModifier and TypeMethodDescription(package private) ITransformationServiceTransformationServiceDecorator.getService()TransformerHolder.owner()Methods in cpw.mods.modlauncher with parameters of type ITransformationServiceModifier and TypeMethodDescription(package private) <T> voidTransformStore.addTransformer(TransformTargetLabel targetLabel, ITransformer<T> transformer, ITransformationService service) voidTransformerAuditTrail.addTransformerAuditTrail(String clazz, ITransformationService transformService, ITransformer<?> transformer) Constructors in cpw.mods.modlauncher with parameters of type ITransformationServiceModifierConstructorDescriptionTransformerHolder(ITransformer<T> wrapped, ITransformationService owner) -
Uses of ITransformationService in net.neoforged.fml.loading
Classes in net.neoforged.fml.loading that implement ITransformationService