Uses of Class
org.stianloader.micromixin.remapper.MissingFeatureException
Packages that use MissingFeatureException
-
Uses of MissingFeatureException in org.stianloader.micromixin.remapper
Methods in org.stianloader.micromixin.remapper that throw MissingFeatureExceptionModifier and TypeMethodDescriptionprotected voidMicromixinRemapper.logUnimplementedFeature(@NotNull String featureDescription) The error handler that is invoked whenever an unimplemented or unknown feature is encountered.voidMicromixinRemapper.remapAt(@NotNull String owner, @NotNull String member, int ordinal, @NotNull Collection<String> targets, org.objectweb.asm.tree.AnnotationNode annot) voidMicromixinRemapper.remapAtArray(@NotNull String owner, @NotNull String method, @NotNull Collection<String> targets, Object nodes) voidMicromixinRemapper.remapClass(@NotNull org.objectweb.asm.tree.ClassNode node) Remap aClassNodeand all the memberMethodNodesandFieldNodeswithin the class.voidMicromixinRemapper.remapMethodSelectorList(List<?> selectors, @NotNull String originName, org.objectweb.asm.tree.MethodNode originMethod, @NotNull Collection<String> targets, @Nullable Predicate<@NotNull String> inferredDescriptorPredicate) voidMicromixinRemapper.remapSlice(@NotNull String owner, @NotNull String member, int ordinal, @NotNull Collection<String> targets, org.objectweb.asm.tree.AnnotationNode annot) -
Uses of MissingFeatureException in org.stianloader.micromixin.remapper.element
Methods in org.stianloader.micromixin.remapper.element that throw MissingFeatureExceptionModifier and TypeMethodDescriptionAnnotationElementRemapper.remapNode(@NotNull RemapContext ctx, T originalValue) @NotNull List<org.objectweb.asm.tree.AnnotationNode>AtArrayElementRemapper.remapNode(@NotNull RemapContext ctx, @NotNull List<org.objectweb.asm.tree.AnnotationNode> originalValue) @NotNull org.objectweb.asm.tree.AnnotationNodeAtElementRemapper.remapNode(@NotNull RemapContext ctx, @NotNull org.objectweb.asm.tree.AnnotationNode originalValue) @NotNull List<?>InjectListTargetElementRemapper.remapNode(@NotNull RemapContext ctx, @NotNull List<?> originalValue) @NotNull List<?>SimpleListTargetElementRemapper.remapNode(@NotNull RemapContext ctx, @NotNull List<?> originalValue) @NotNull ObjectSimpleSingleTargetElementRemapper.remapNode(@NotNull RemapContext ctx, @NotNull Object originalValue) @NotNull List<org.objectweb.asm.tree.AnnotationNode>SliceArrayElementRemapper.remapNode(@NotNull RemapContext ctx, @NotNull List<org.objectweb.asm.tree.AnnotationNode> originalValue) @NotNull org.objectweb.asm.tree.AnnotationNodeSliceElementRemapper.remapNode(@NotNull RemapContext ctx, @NotNull org.objectweb.asm.tree.AnnotationNode originalValue)