Package net.minecraft.util.datafix.fixes
Class ItemLoreComponentizeFix
- java.lang.Object
-
- com.mojang.datafixers.DataFix
-
- net.minecraft.util.datafix.fixes.ItemLoreComponentizeFix
-
public class ItemLoreComponentizeFix extends com.mojang.datafixers.DataFix
-
-
Constructor Summary
Constructors Constructor Description ItemLoreComponentizeFix(com.mojang.datafixers.schemas.Schema p_i50426_1_, boolean p_i50426_2_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
fixLoreEntry(java.lang.String p_219837_0_)
private static <T> java.util.stream.Stream<com.mojang.serialization.Dynamic<T>>
fixLoreList(java.util.stream.Stream<com.mojang.serialization.Dynamic<T>> p_219830_0_)
protected com.mojang.datafixers.TypeRewriteRule
makeRule()
-
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
-
-
-
-
Method Detail
-
makeRule
protected com.mojang.datafixers.TypeRewriteRule makeRule()
- Specified by:
makeRule
in classcom.mojang.datafixers.DataFix
-
fixLoreList
private static <T> java.util.stream.Stream<com.mojang.serialization.Dynamic<T>> fixLoreList(java.util.stream.Stream<com.mojang.serialization.Dynamic<T>> p_219830_0_)
-
fixLoreEntry
private static java.lang.String fixLoreEntry(java.lang.String p_219837_0_)
-
-