Class BlockRenameFixWithJigsaw

java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.BlockRenameFix
net.minecraft.util.datafix.fixes.BlockRenameFixWithJigsaw

public abstract class BlockRenameFixWithJigsaw extends BlockRenameFix
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    BlockRenameFixWithJigsaw​(com.mojang.datafixers.schemas.Schema p_145150_, String p_145151_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.mojang.datafixers.DataFix
    create​(com.mojang.datafixers.schemas.Schema p_145164_, String p_145165_, Function<String,​String> p_145166_)
     
    com.mojang.datafixers.TypeRewriteRule
     

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

    fixBlock

    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
  • Field Details

    • name

      private final String name
  • Constructor Details

    • BlockRenameFixWithJigsaw

      public BlockRenameFixWithJigsaw(com.mojang.datafixers.schemas.Schema p_145150_, String p_145151_)
  • Method Details

    • makeRule

      public com.mojang.datafixers.TypeRewriteRule makeRule()
      Overrides:
      makeRule in class BlockRenameFix
    • create

      public static com.mojang.datafixers.DataFix create(com.mojang.datafixers.schemas.Schema p_145164_, String p_145165_, Function<String,​String> p_145166_)