net.minecraft.datafixer.file

public record RegexMoveFileFixer

implements FileFixer

net.minecraft.util.filefix.operations.RegexMove
net.minecraft.util.filefix.operations.RegexMove
net.minecraft.class_1_215
net.minecraft.datafixer.file.RegexMoveFileFixer

Field summary

Modifier and TypeField
private final Pattern
fromPattern
fromPattern
comp_1_160
fromPattern
private final String
toReplacement
toReplacement
comp_1_161
toReplacement

Constructor summary

ModifierConstructor
public (String fromPattern, String toPattern)
public (Pattern fromPattern, String toReplacement)

Method summary

Modifier and TypeMethod
public void
fix(Path baseDirectory, UpgradeProgress upgradeProgress)
fix(Path baseDirectory, UpgradeProgress upgradeProgress)
method_1_1921(Path arg0, class_1_27 arg1)
update(Path arg0, WorldUpdateProgress arg1)
public Pattern
fromPattern()
fromPattern()
comp_1_160()
fromPattern()
public String
toReplacement()
toReplacement()
comp_1_161()
toReplacement()