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 pOutputSchema)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private com.mojang.datafixers.OpticFinder<?>
    entityFinder(String pEntityName)
     
    private com.mojang.serialization.Dynamic<?>
    fixBlockAttached(com.mojang.serialization.Dynamic<?> pData)
     
    private com.mojang.serialization.Dynamic<?>
    fixLivingEntity(com.mojang.serialization.Dynamic<?> pData)
     
    private com.mojang.serialization.Dynamic<?>
    fixPhantom(com.mojang.serialization.Dynamic<?> pData)
     
    private com.mojang.serialization.Dynamic<?>
    fixPlayer(com.mojang.serialization.Dynamic<?> pData)
     
    private com.mojang.serialization.Dynamic<?>
    fixTurtle(com.mojang.serialization.Dynamic<?> pData)
     
    private com.mojang.serialization.Dynamic<?>
    fixVex(com.mojang.serialization.Dynamic<?> pData)
     
    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 java.lang.Object

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

    • InlineBlockPosFormatFix

      public InlineBlockPosFormatFix(com.mojang.datafixers.schemas.Schema pOutputSchema)
  • 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 pEntityName)
    • fixPlayer

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

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

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

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

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

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