Class CreateCodecs
java.lang.Object
com.simibubi.create.foundation.codec.CreateCodecs
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<net.neoforged.neoforge.fluids.crafting.SizedFluidIngredient> static final com.mojang.serialization.Codec<Integer> static final com.mojang.serialization.Codec<net.neoforged.neoforge.items.ItemStackHandler> static final com.mojang.serialization.Codec<Double> static final com.mojang.serialization.Codec<Double> static com.mojang.serialization.Codec<net.neoforged.neoforge.fluids.crafting.SizedFluidIngredient> Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<Integer> boundedIntStr(int min)
-
Field Details
-
INT_STR
-
ITEM_STACK_HANDLER
public static final com.mojang.serialization.Codec<net.neoforged.neoforge.items.ItemStackHandler> ITEM_STACK_HANDLER -
NON_NEGATIVE_DOUBLE
-
POSITIVE_DOUBLE
-
FLAT_SIZED_FLUID_INGREDIENT_WITH_TYPE
public static com.mojang.serialization.Codec<net.neoforged.neoforge.fluids.crafting.SizedFluidIngredient> FLAT_SIZED_FLUID_INGREDIENT_WITH_TYPE -
SIZED_FLUID_INGREDIENT
@ScheduledForRemoval(inVersion="1.21.1+ Port") @Deprecated(since="6.0.7", forRemoval=true) public static com.mojang.serialization.Codec<net.neoforged.neoforge.fluids.crafting.SizedFluidIngredient> SIZED_FLUID_INGREDIENTDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
CreateCodecs
public CreateCodecs()
-
-
Method Details
-
boundedIntStr
-