Uses of Interface
net.minecraft.util.filefix.operations.FileFixOperation
Packages that use FileFixOperation
-
Uses of FileFixOperation in net.minecraft.util.filefix
Fields in net.minecraft.util.filefix with type parameters of type FileFixOperationMethods in net.minecraft.util.filefix with parameters of type FileFixOperationModifier and TypeMethodDescriptionvoidFileFix.addFileFixOperation(FileFixOperation fileFixOperation) -
Uses of FileFixOperation in net.minecraft.util.filefix.operations
Classes in net.minecraft.util.filefix.operations that implement FileFixOperationModifier and TypeClassDescriptionfinal recordfinal recordfinal recordclassfinal recordfinal recordFields in net.minecraft.util.filefix.operations with type parameters of type FileFixOperationModifier and TypeFieldDescriptionprivate final List<FileFixOperation> ApplyInFolders.fileFixOperationsThe field for thefileFixOperationsrecord component.Methods in net.minecraft.util.filefix.operations that return types with arguments of type FileFixOperationModifier and TypeMethodDescriptionApplyInFolders.fileFixOperations()Returns the value of thefileFixOperationsrecord component.Method parameters in net.minecraft.util.filefix.operations with type arguments of type FileFixOperationModifier and TypeMethodDescriptionstatic ApplyInFoldersFileFixOperations.applyInFolders(FileRelation applicableFolders, List<FileFixOperation> operations) Constructor parameters in net.minecraft.util.filefix.operations with type arguments of type FileFixOperationModifierConstructorDescriptionApplyInFolders(FileRelation folders, List<FileFixOperation> fileFixOperations) Creates an instance of aApplyInFoldersrecord class.