类 FixProjectileStoredItem
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.FixProjectileStoredItem
public class FixProjectileStoredItem
extends com.mojang.datafixers.DataFix
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static <T> com.mojang.datafixers.Typed
<T> castUnchecked
(com.mojang.datafixers.Typed<?> p_309048_, com.mojang.datafixers.types.Type<T> p_309151_) private static com.mojang.serialization.Dynamic
<?> createItemStack
(com.mojang.serialization.Dynamic<?> p_308907_, String p_309016_) private static <T> com.mojang.datafixers.Typed
<T> fixArrow
(com.mojang.datafixers.Typed<?> p_308973_, com.mojang.datafixers.types.Type<T> p_309096_) private Function
<com.mojang.datafixers.Typed<?>, com.mojang.datafixers.Typed<?>> fixChoice
(String p_309076_, FixProjectileStoredItem.SubFixer<?> p_309176_) private static <T> Function
<com.mojang.datafixers.Typed<?>, com.mojang.datafixers.Typed<?>> fixChoiceCap
(String p_309198_, FixProjectileStoredItem.SubFixer<?> p_309081_, com.mojang.datafixers.types.Type<?> p_309063_, com.mojang.datafixers.types.Type<T> p_308929_) private static <T> com.mojang.datafixers.Typed
<T> fixSpectralArrow
(com.mojang.datafixers.Typed<?> p_309000_, com.mojang.datafixers.types.Type<T> p_308931_) private static String
getArrowType
(com.mojang.serialization.Dynamic<?> p_308995_) protected com.mojang.datafixers.TypeRewriteRule
makeRule()
从类继承的方法 com.mojang.datafixers.DataFix
checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead
-
字段详细资料
-
EMPTY_POTION
- 另请参阅:
-
-
构造器详细资料
-
FixProjectileStoredItem
public FixProjectileStoredItem(com.mojang.datafixers.schemas.Schema p_309054_)
-
-
方法详细资料
-
makeRule
protected com.mojang.datafixers.TypeRewriteRule makeRule()- 指定者:
makeRule
在类中com.mojang.datafixers.DataFix
-
fixChoice
private Function<com.mojang.datafixers.Typed<?>,com.mojang.datafixers.Typed<?>> fixChoice(String p_309076_, FixProjectileStoredItem.SubFixer<?> p_309176_) -
fixChoiceCap
private static <T> Function<com.mojang.datafixers.Typed<?>,com.mojang.datafixers.Typed<?>> fixChoiceCap(String p_309198_, FixProjectileStoredItem.SubFixer<?> p_309081_, com.mojang.datafixers.types.Type<?> p_309063_, com.mojang.datafixers.types.Type<T> p_308929_) -
fixArrow
private static <T> com.mojang.datafixers.Typed<T> fixArrow(com.mojang.datafixers.Typed<?> p_308973_, com.mojang.datafixers.types.Type<T> p_309096_) -
getArrowType
-
fixSpectralArrow
private static <T> com.mojang.datafixers.Typed<T> fixSpectralArrow(com.mojang.datafixers.Typed<?> p_309000_, com.mojang.datafixers.types.Type<T> p_308931_) -
createItemStack
private static com.mojang.serialization.Dynamic<?> createItemStack(com.mojang.serialization.Dynamic<?> p_308907_, String p_309016_) -
castUnchecked
private static <T> com.mojang.datafixers.Typed<T> castUnchecked(com.mojang.datafixers.Typed<?> p_309048_, com.mojang.datafixers.types.Type<T> p_309151_)
-