Interface IIngredientConditionSerializer<T extends IIngredientCondition>
- All Known Implementing Classes:
ConditionAnyDamagedSerializer,ConditionCustomSerializer,ConditionDamagedAtLeastSerializer,ConditionDamagedAtMostSerializer,ConditionDamagedSerializer
public interface IIngredientConditionSerializer<T extends IIngredientCondition>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<IIngredientConditionSerializer<? extends IIngredientCondition>> -
Method Summary
-
Field Details
-
CODEC
static final com.mojang.serialization.Codec<IIngredientConditionSerializer<? extends IIngredientCondition>> CODEC
-
-
Method Details