Uses of Interface
org.stianloader.remapper.MappingSink
-
Uses of MappingSink in org.stianloader.remapper
Classes in org.stianloader.remapper with type parameters of type MappingSinkModifier and TypeClassDescriptionclassHierarchyAwareMappingDelegator<T extends MappingLookup & MappingSink>AHierarchyAwareMappingDelegatoris an implementation ofMappingLookupthat binds mappings of class members provided byremapMember(MemberRef, String)to their top level definition.Classes in org.stianloader.remapper that implement MappingSinkModifier and TypeClassDescriptionclassHierarchyAwareMappingDelegator<T extends MappingLookup & MappingSink>AHierarchyAwareMappingDelegatoris an implementation ofMappingLookupthat binds mappings of class members provided byremapMember(MemberRef, String)to their top level definition.classA simple implementation ofHierarchyAwareMappingDelegatorthat uses aSimpleMappingLookupas a delegate.classA simple implementation ofMappingLookupwhich can be mutated via the implementedMappingSinkinterface.Methods in org.stianloader.remapper that return MappingSinkModifier and TypeMethodDescription@NotNull MappingSinkMappingSink.remapClass(@NotNull String srcName, @NotNull String dstName) Remaps a specific class.@NotNull MappingSinkMappingSink.remapMember(@NotNull MemberRef srcRef, @NotNull String dstName) Remaps a class member - that is either a field or a method.@NotNull MappingSinkHierarchyAwareMappingDelegator.remapParameter(@NotNull String srcOwner, @NotNull String srcMethodName, @NotNull String srcDesc, int paramIndex, @NotNull String destParamName) @NotNull MappingSinkMappingSink.remapParameter(@NotNull String srcOwner, @NotNull String srcMethodName, @NotNull String srcDesc, int paramIndex, @NotNull String destParamName) Remaps a method parameter.@NotNull MappingSinkSimpleMappingLookup.remapParameter(@NotNull String srcOwner, @NotNull String srcMethodName, @NotNull String srcDesc, int paramIndex, @NotNull String destParamName)