Class SpigotMappingsMerger
java.lang.Object
fr.skytasul.reflection.shrieker.minecraft.SpigotMappingsMerger
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull fr.skytasul.reflection.mappings.Mappingsmerge(@NotNull fr.skytasul.reflection.mappings.Mappings classMappings, @NotNull fr.skytasul.reflection.mappings.Mappings membersMappings) Merges:
-
Method Details
-
merge
@NotNull public static @NotNull fr.skytasul.reflection.mappings.Mappings merge(@NotNull @NotNull fr.skytasul.reflection.mappings.Mappings classMappings, @NotNull @NotNull fr.skytasul.reflection.mappings.Mappings membersMappings) Merges:Class mapping: a -> net.minecraft.SomeClass b -> net.minecraft.AnotherClass Members mapping: net.minecraft.SomeClass.z(net.minecraft.AnotherClass) -> someMethod To: a -> net.minecraft.SomeClass: z(b) -> someMethod b -> net.minecraft.AnotherClass- Parameters:
classMappings-membersMappings-- Returns:
-