Class JigsawRotationFix

java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.AbstractBlockPropertyFix
net.minecraft.util.datafix.fixes.JigsawRotationFix

public class JigsawRotationFix extends AbstractBlockPropertyFix
  • Field Summary

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

    Constructors
    Constructor
    Description
    JigsawRotationFix(com.mojang.datafixers.schemas.Schema p_16191_)
     
  • Method Summary

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

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

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

  • Constructor Details

    • JigsawRotationFix

      public JigsawRotationFix(com.mojang.datafixers.schemas.Schema p_16191_)
  • Method Details