Class BlockPosFormatAndRenamesFixMixin

java.lang.Object
com.mojang.datafixers.DataFix
com.simibubi.create.foundation.mixin.datafixer.BlockPosFormatAndRenamesFixMixin

public abstract class BlockPosFormatAndRenamesFixMixin extends com.mojang.datafixers.DataFix
  • Constructor Summary

    Constructors
    Constructor
    Description
    BlockPosFormatAndRenamesFixMixin(com.mojang.datafixers.schemas.Schema outputSchema, boolean changesType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract com.mojang.datafixers.TypeRewriteRule
    createEntityFixer(com.mojang.datafixers.DSL.TypeReference reference, String entityId, Map<String,String> renames)
     

    Methods inherited from class com.mojang.datafixers.DataFix

    checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, makeRule, onFail, writeAndRead, writeFixAndRead

    Methods inherited from class java.lang.Object

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

    • BlockPosFormatAndRenamesFixMixin

      public BlockPosFormatAndRenamesFixMixin(com.mojang.datafixers.schemas.Schema outputSchema, boolean changesType)
  • Method Details

    • createEntityFixer

      protected abstract com.mojang.datafixers.TypeRewriteRule createEntityFixer(com.mojang.datafixers.DSL.TypeReference reference, String entityId, Map<String,String> renames)