类 IngredientCodecs
java.lang.Object
net.neoforged.neoforge.common.crafting.IngredientCodecs
-
字段概要
字段修饰符和类型字段说明private static final StreamCodec
<RegistryFriendlyByteBuf, ICustomIngredient> private static final int
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static com.mojang.serialization.Codec
<Ingredient> codec
(com.mojang.serialization.Codec<Ingredient> vanillaCodec) optionalStreamCodec
(StreamCodec<RegistryFriendlyByteBuf, Optional<Ingredient>> vanillaCodec) streamCodec
(StreamCodec<RegistryFriendlyByteBuf, Ingredient> vanillaCodec)
-
字段详细资料
-
CUSTOM_INGREDIENT_MARKER
private static final int CUSTOM_INGREDIENT_MARKER- 另请参阅:
-
CUSTOM_INGREDIENT_CODEC
-
-
构造器详细资料
-
IngredientCodecs
public IngredientCodecs()
-
-
方法详细资料
-
codec
public static com.mojang.serialization.Codec<Ingredient> codec(com.mojang.serialization.Codec<Ingredient> vanillaCodec) -
streamCodec
public static StreamCodec<RegistryFriendlyByteBuf,Ingredient> streamCodec(StreamCodec<RegistryFriendlyByteBuf, Ingredient> vanillaCodec) -
optionalStreamCodec
public static StreamCodec<RegistryFriendlyByteBuf,Optional<Ingredient>> optionalStreamCodec(StreamCodec<RegistryFriendlyByteBuf, Optional<Ingredient>> vanillaCodec)
-