Class FixProjectileStoredItem

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

public class FixProjectileStoredItem extends com.mojang.datafixers.DataFix
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    (package private) static interface 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    FixProjectileStoredItem(com.mojang.datafixers.schemas.Schema p_310923_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private static <T> com.mojang.datafixers.Typed<T>
    castUnchecked(com.mojang.datafixers.Typed<?> p_310006_, com.mojang.datafixers.types.Type<T> p_312989_)
     
    private <T> Function<com.mojang.datafixers.Typed<?>,com.mojang.datafixers.Typed<?>>
    chainAllFilters(Function<com.mojang.datafixers.Typed<?>,com.mojang.datafixers.Typed<?>>... p_312048_)
     
    private static com.mojang.serialization.Dynamic<?>
    createItemStack(com.mojang.serialization.Dynamic<?> p_310249_, String p_312956_)
     
    private static <T> com.mojang.datafixers.Typed<T>
    fixArrow(com.mojang.datafixers.Typed<?> p_312190_, com.mojang.datafixers.types.Type<T> p_311775_)
     
    private Function<com.mojang.datafixers.Typed<?>,com.mojang.datafixers.Typed<?>>
     
    private static <T> Function<com.mojang.datafixers.Typed<?>,com.mojang.datafixers.Typed<?>>
    fixChoiceCap(String p_312294_, FixProjectileStoredItem.SubFixer<?> p_310164_, com.mojang.datafixers.types.Type<?> p_310703_, com.mojang.datafixers.types.Type<T> p_312528_)
     
    private static <T> com.mojang.datafixers.Typed<T>
    fixSpectralArrow(com.mojang.datafixers.Typed<?> p_311496_, com.mojang.datafixers.types.Type<T> p_311551_)
     
    private static String
    getArrowType(com.mojang.serialization.Dynamic<?> p_311918_)
     
    protected 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
  • Field Details

  • Constructor Details

    • FixProjectileStoredItem

      public FixProjectileStoredItem(com.mojang.datafixers.schemas.Schema p_310923_)
  • Method Details

    • makeRule

      protected com.mojang.datafixers.TypeRewriteRule makeRule()
      Specified by:
      makeRule in class com.mojang.datafixers.DataFix
    • chainAllFilters

      @SafeVarargs private <T> Function<com.mojang.datafixers.Typed<?>,com.mojang.datafixers.Typed<?>> chainAllFilters(Function<com.mojang.datafixers.Typed<?>,com.mojang.datafixers.Typed<?>>... p_312048_)
    • fixChoice

      private Function<com.mojang.datafixers.Typed<?>,com.mojang.datafixers.Typed<?>> fixChoice(String p_312752_, FixProjectileStoredItem.SubFixer<?> p_310778_)
    • fixChoiceCap

      private static <T> Function<com.mojang.datafixers.Typed<?>,com.mojang.datafixers.Typed<?>> fixChoiceCap(String p_312294_, FixProjectileStoredItem.SubFixer<?> p_310164_, com.mojang.datafixers.types.Type<?> p_310703_, com.mojang.datafixers.types.Type<T> p_312528_)
    • fixArrow

      private static <T> com.mojang.datafixers.Typed<T> fixArrow(com.mojang.datafixers.Typed<?> p_312190_, com.mojang.datafixers.types.Type<T> p_311775_)
    • getArrowType

      private static String getArrowType(com.mojang.serialization.Dynamic<?> p_311918_)
    • fixSpectralArrow

      private static <T> com.mojang.datafixers.Typed<T> fixSpectralArrow(com.mojang.datafixers.Typed<?> p_311496_, com.mojang.datafixers.types.Type<T> p_311551_)
    • createItemStack

      private static com.mojang.serialization.Dynamic<?> createItemStack(com.mojang.serialization.Dynamic<?> p_310249_, String p_312956_)
    • castUnchecked

      private static <T> com.mojang.datafixers.Typed<T> castUnchecked(com.mojang.datafixers.Typed<?> p_310006_, com.mojang.datafixers.types.Type<T> p_312989_)