类 ItemStackCustomNameToOverrideComponentFix

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

public class ItemStackCustomNameToOverrideComponentFix extends com.mojang.datafixers.DataFix
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private static final Set<String>
     
  • 构造器概要

    构造器
    构造器
    说明
    ItemStackCustomNameToOverrideComponentFix(com.mojang.datafixers.schemas.Schema p_338575_)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    private static <T> com.mojang.datafixers.Typed<T>
    fixBanner(com.mojang.datafixers.Typed<T> p_394595_)
     
    private static <T> com.mojang.datafixers.Typed<T>
    fixCustomName(com.mojang.datafixers.Typed<T> p_393923_, Predicate<String> p_338596_)
     
    private static <T> com.mojang.datafixers.Typed<T>
    fixMap(com.mojang.datafixers.Typed<T> p_394659_)
     
    final com.mojang.datafixers.TypeRewriteRule
     

    从类继承的方法 com.mojang.datafixers.DataFix

    checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • MAP_NAMES

      private static final Set<String> MAP_NAMES
  • 构造器详细资料

    • ItemStackCustomNameToOverrideComponentFix

      public ItemStackCustomNameToOverrideComponentFix(com.mojang.datafixers.schemas.Schema p_338575_)
  • 方法详细资料

    • makeRule

      public final com.mojang.datafixers.TypeRewriteRule makeRule()
      指定者:
      makeRule 在类中 com.mojang.datafixers.DataFix
    • fixMap

      private static <T> com.mojang.datafixers.Typed<T> fixMap(com.mojang.datafixers.Typed<T> p_394659_)
    • fixBanner

      private static <T> com.mojang.datafixers.Typed<T> fixBanner(com.mojang.datafixers.Typed<T> p_394595_)
    • fixCustomName

      private static <T> com.mojang.datafixers.Typed<T> fixCustomName(com.mojang.datafixers.Typed<T> p_393923_, Predicate<String> p_338596_)