Class InlineBlockPosFormatFix

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

public class InlineBlockPosFormatFix extends com.mojang.datafixers.DataFix
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    private com.mojang.datafixers.OpticFinder<?>
    entityFinder(String choiceName)
     
    private com.mojang.serialization.Dynamic<?>
    fixBlockAttached(com.mojang.serialization.Dynamic<?> tag)
     
    private com.mojang.serialization.Dynamic<?>
    fixLivingEntity(com.mojang.serialization.Dynamic<?> tag)
     
    private com.mojang.serialization.Dynamic<?>
    fixPhantom(com.mojang.serialization.Dynamic<?> tag)
     
    private com.mojang.serialization.Dynamic<?>
    fixPlayer(com.mojang.serialization.Dynamic<?> tag)
     
    private com.mojang.serialization.Dynamic<?>
    fixTurtle(com.mojang.serialization.Dynamic<?> tag)
     
    private com.mojang.serialization.Dynamic<?>
    fixVex(com.mojang.serialization.Dynamic<?> tag)
     
    com.mojang.datafixers.TypeRewriteRule
     

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

    • InlineBlockPosFormatFix

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

    • makeRule

      public com.mojang.datafixers.TypeRewriteRule makeRule()
      Specified by:
      makeRule in class com.mojang.datafixers.DataFix
    • entityFinder

      private com.mojang.datafixers.OpticFinder<?> entityFinder(String choiceName)
    • fixPlayer

      private com.mojang.serialization.Dynamic<?> fixPlayer(com.mojang.serialization.Dynamic<?> tag)
    • fixLivingEntity

      private com.mojang.serialization.Dynamic<?> fixLivingEntity(com.mojang.serialization.Dynamic<?> tag)
    • fixVex

      private com.mojang.serialization.Dynamic<?> fixVex(com.mojang.serialization.Dynamic<?> tag)
    • fixPhantom

      private com.mojang.serialization.Dynamic<?> fixPhantom(com.mojang.serialization.Dynamic<?> tag)
    • fixTurtle

      private com.mojang.serialization.Dynamic<?> fixTurtle(com.mojang.serialization.Dynamic<?> tag)
    • fixBlockAttached

      private com.mojang.serialization.Dynamic<?> fixBlockAttached(com.mojang.serialization.Dynamic<?> tag)