Class NamedEntityFix

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String entityName  
      private java.lang.String name  
      private com.mojang.datafixers.DSL.TypeReference type  
    • Constructor Summary

      Constructors 
      Constructor Description
      NamedEntityFix​(com.mojang.datafixers.schemas.Schema p_i49625_1_, boolean p_i49625_2_, java.lang.String p_i49625_3_, com.mojang.datafixers.DSL.TypeReference p_i49625_4_, java.lang.String p_i49625_5_)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract com.mojang.datafixers.Typed<?> fix​(com.mojang.datafixers.Typed<?> p_207419_1_)  
      com.mojang.datafixers.TypeRewriteRule 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 Detail

      • name

        private final java.lang.String name
      • entityName

        private final java.lang.String entityName
      • type

        private final com.mojang.datafixers.DSL.TypeReference type
    • Constructor Detail

      • NamedEntityFix

        public NamedEntityFix​(com.mojang.datafixers.schemas.Schema p_i49625_1_,
                              boolean p_i49625_2_,
                              java.lang.String p_i49625_3_,
                              com.mojang.datafixers.DSL.TypeReference p_i49625_4_,
                              java.lang.String p_i49625_5_)
    • Method Detail

      • makeRule

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

        protected abstract com.mojang.datafixers.Typed<?> fix​(com.mojang.datafixers.Typed<?> p_207419_1_)