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 ITransformationService
TransformerHolder.owner
private final ITransformationService
TransformationServiceDecorator.service
Methods in cpw.mods.modlauncher that return ITransformationServiceModifier and TypeMethodDescription(package private) ITransformationService
TransformationServiceDecorator.getService()
TransformerHolder.owner()
Methods in cpw.mods.modlauncher with parameters of type ITransformationServiceModifier and TypeMethodDescription(package private) <T> void
TransformStore.addTransformer
(TransformTargetLabel targetLabel, ITransformer<T> transformer, ITransformationService service) void
TransformerAuditTrail.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