Class EntityCatSplitFix

java.lang.Object
com.mojang.datafixers.DataFix

public class EntityCatSplitFix extends SimpleEntityRenameFix
  • Field Summary

    Fields inherited from class net.minecraft.util.datafix.fixes.EntityRenameFix

    name
  • Constructor Summary

    Constructors
    Constructor
    Description
    EntityCatSplitFix​(com.mojang.datafixers.schemas.Schema p_15384_, boolean p_15385_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.mojang.datafixers.util.Pair<String,​com.mojang.serialization.Dynamic<?>>
    getNewNameAndTag​(String p_15387_, com.mojang.serialization.Dynamic<?> p_15388_)
     

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

    fix

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

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

    • EntityCatSplitFix

      public EntityCatSplitFix(com.mojang.datafixers.schemas.Schema p_15384_, boolean p_15385_)
  • Method Details

    • getNewNameAndTag

      protected com.mojang.datafixers.util.Pair<String,​com.mojang.serialization.Dynamic<?>> getNewNameAndTag(String p_15387_, com.mojang.serialization.Dynamic<?> p_15388_)
      Specified by:
      getNewNameAndTag in class SimpleEntityRenameFix