Class IngredientCodecs
java.lang.Object
net.neoforged.neoforge.common.crafting.IngredientCodecs
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StreamCodec
<RegistryFriendlyByteBuf, ICustomIngredient> private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec
<Ingredient> codec
(com.mojang.serialization.Codec<Ingredient> vanillaCodec) optionalStreamCodec
(StreamCodec<RegistryFriendlyByteBuf, Optional<Ingredient>> vanillaCodec) streamCodec
(StreamCodec<RegistryFriendlyByteBuf, Ingredient> vanillaCodec)
-
Field Details
-
CUSTOM_INGREDIENT_MARKER
private static final int CUSTOM_INGREDIENT_MARKER- See Also:
-
CUSTOM_INGREDIENT_CODEC
-
-
Constructor Details
-
IngredientCodecs
public IngredientCodecs()
-
-
Method Details
-
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)
-