Class BlockEntitySignDoubleSidedEditableTextFix

java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.NamedEntityFix
net.minecraft.util.datafix.fixes.BlockEntitySignDoubleSidedEditableTextFix

public class BlockEntitySignDoubleSidedEditableTextFix extends NamedEntityFix
  • Constructor Summary

    Constructors
    Constructor
    Description
    BlockEntitySignDoubleSidedEditableTextFix(com.mojang.datafixers.schemas.Schema p_277789_, String p_278061_, String p_277403_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.mojang.datafixers.Typed<?>
    fix(com.mojang.datafixers.Typed<?> p_277962_)
     
    private static com.mojang.serialization.Dynamic<?>
    fixTag(com.mojang.serialization.Dynamic<?> p_278110_)
     
    private static String
     
    private static <T> com.mojang.serialization.Dynamic<T>
    getEmptyTextList(com.mojang.serialization.Dynamic<T> p_277949_)
     
    private static <T> com.mojang.serialization.Dynamic<T>
    getTextList(com.mojang.serialization.Dynamic<T> p_277452_, String p_277422_)
     

    Methods inherited from class net.minecraft.util.datafix.fixes.NamedEntityFix

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BlockEntitySignDoubleSidedEditableTextFix

      public BlockEntitySignDoubleSidedEditableTextFix(com.mojang.datafixers.schemas.Schema p_277789_, String p_278061_, String p_277403_)
  • Method Details

    • fixTag

      private static com.mojang.serialization.Dynamic<?> fixTag(com.mojang.serialization.Dynamic<?> p_278110_)
    • getTextList

      private static <T> com.mojang.serialization.Dynamic<T> getTextList(com.mojang.serialization.Dynamic<T> p_277452_, String p_277422_)
    • getEmptyTextList

      private static <T> com.mojang.serialization.Dynamic<T> getEmptyTextList(com.mojang.serialization.Dynamic<T> p_277949_)
    • getEmptyComponent

      private static String getEmptyComponent()
    • fix

      protected com.mojang.datafixers.Typed<?> fix(com.mojang.datafixers.Typed<?> p_277962_)
      Specified by:
      fix in class NamedEntityFix