Package net.minecraft.datafixer.fix
Class StatsCounterFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.datafixer.fix.StatsCounterFix
public class StatsCounterFix
extends com.mojang.datafixers.DataFix
-
Field Summary
Fields Modifier and Type Field Description private static Map<String,String>RENAMED_ENTITIESprivate static Map<String,String>RENAMED_ENTITY_STATSprivate static Map<String,String>RENAMED_GENERAL_STATSprivate static Map<String,String>RENAMED_ITEM_STATSprivate static Set<String>SKIP -
Constructor Summary
Constructors Constructor Description StatsCounterFix(com.mojang.datafixers.schemas.Schema outputSchema, boolean changesType) -
Method Summary
Methods inherited from class com.mojang.datafixers.DataFix
checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead
-
Field Details
-
Constructor Details
-
StatsCounterFix
public StatsCounterFix(com.mojang.datafixers.schemas.Schema outputSchema, boolean changesType)
-
-
Method Details