Class LegacyJigsawRotationFix

java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.LegacyAbstractBlockPropertyFix
net.minecraft.util.datafix.fixes.LegacyJigsawRotationFix

public class LegacyJigsawRotationFix extends LegacyAbstractBlockPropertyFix
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final Map<String,String>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    LegacyJigsawRotationFix(com.mojang.datafixers.schemas.Schema outputSchema)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected <T> com.mojang.serialization.Dynamic<T>
    fixProperties(String blockId, com.mojang.serialization.Dynamic<T> properties)
     
    protected boolean
    shouldFix(String blockId)
     

    Methods inherited from class LegacyAbstractBlockPropertyFix

    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 Object

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

  • Constructor Details

    • LegacyJigsawRotationFix

      public LegacyJigsawRotationFix(com.mojang.datafixers.schemas.Schema outputSchema)
  • Method Details