Uses of Interface
net.neoforged.neoforge.common.IOUtilities.WriteCallback
Packages that use IOUtilities.WriteCallback
-
Uses of IOUtilities.WriteCallback in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type IOUtilities.WriteCallbackModifier and TypeMethodDescriptionstatic void
IOUtilities.atomicWrite
(Path targetPath, IOUtilities.WriteCallback writeCallback) Writes data to the given path "atomically", such that a crash will not leave the file containing corrupted or otherwise half-written data.