Uses of Interface
org.stianloader.remapper.HierarchyAwareMappingDelegator.TopLevelMemberLookup
-
Uses of HierarchyAwareMappingDelegator.TopLevelMemberLookup in org.stianloader.remapper
Classes in org.stianloader.remapper that implement HierarchyAwareMappingDelegator.TopLevelMemberLookupModifier and TypeClassDescriptionclassAn implementation ofHierarchyAwareMappingDelegator.TopLevelMemberLookupthat works based on a statically computed map ofMemberReftoSimpleTopLevelLookup.MemberRealm.Constructors in org.stianloader.remapper with parameters of type HierarchyAwareMappingDelegator.TopLevelMemberLookupModifierConstructorDescriptionHierarchyAwareMappingDelegator(T lookupDelegate, @NotNull HierarchyAwareMappingDelegator.TopLevelMemberLookup definitionLookup) Creates aHierarchyAwareMappingDelegatorwith the delegatelookupDelegateof type T and a givenHierarchyAwareMappingDelegator.TopLevelMemberLookup.SimpleHierarchyAwareMappingLookup(@NotNull SimpleMappingLookup delegate, @NotNull HierarchyAwareMappingDelegator.TopLevelMemberLookup topLevelLookup) Generic constructor that takes in aSimpleMappingLookupand aHierarchyAwareMappingDelegator.TopLevelMemberLookup.