Class FixProjectileStoredItem
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.FixProjectileStoredItem
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static <T> Typed<T> castUnchecked(Typed<?> input, Type<T> outputType) private static Dynamic<?> createItemStack(Dynamic<?> input, String itemName) private static <T> Typed<T> fixChoice(String entityName, FixProjectileStoredItem.SubFixer<?> fixer) fixChoiceCap(String entityName, FixProjectileStoredItem.SubFixer<?> fixer, Type<?> inputEntityChoiceType, Type<T> outputEntityChoiceType) private static <T> Typed<T> fixSpectralArrow(Typed<?> typed, Type<T> outputType) private static StringgetArrowType(Dynamic<?> input) protected TypeRewriteRulemakeRule()Methods inherited from class DataFix
checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead
-
Field Details
-
EMPTY_POTION
- See Also:
-
-
Constructor Details
-
FixProjectileStoredItem
-
-
Method Details