Interface IIngredientConditionSerializer<T extends IIngredientCondition<? extends IIngredient>>
- All Known Implementing Classes:
ConditionAnyDamagedSerializer,ConditionCustomSerializer,ConditionDamagedAtLeastSerializer,ConditionDamagedAtMostSerializer,ConditionDamagedSerializer
public interface IIngredientConditionSerializer<T extends IIngredientCondition<? extends IIngredient>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<IIngredientConditionSerializer<? extends IIngredientCondition<? extends IIngredient>>> -
Method Summary
-
Field Details
-
CODEC
static final com.mojang.serialization.Codec<IIngredientConditionSerializer<? extends IIngredientCondition<? extends IIngredient>>> CODEC
-
-
Method Details
-
fromNetwork
-
toNetwork
-
codec
com.mojang.serialization.Codec<T> codec() -
getType
net.minecraft.resources.ResourceLocation getType()
-