Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:DataFixerUpper

From SAS Gaming Wiki

Template:ExclusiveTemplate:StubTemplate:Wip DataFixerUpper, often abbreviated as DFU, is a library developed and used by Mojang for handling world upgrades and version changes in Template:El. It provides utilities for data fixing, such as Functions with more inputs (3, 4... 16), and serialization, such as codecs, used by various elements across the codebase. The library helps developers update and migrate data entries such as ids and the format of how data is stored.

Packages

com.mojang.serialization — contains codec and helpers for codecs and serialization in general.

com.mojang.datafixers — contains the utilities used for data fixing. Classes here are mainly used by classes in com.mojang.serialization.

Navigation

Template:Navbox Java Edition technical