Enum EnumTransitionType
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Types of transition for items. Open in GitHub
[DocumentAsJson]
public enum EnumTransitionType
- Extension Methods
Fields
Burn = 2
Can be burned.
Convert = 4
Generic 'other' conversion.
Cure = 3
Can be cured, for meat.
Dry = 1
Can be dried.
Harden = 7
Glue hardening.
Melt = 6
Snow/ice melting.
None = 8
Used for cooking recipes where the output has no perishableprops, but we still need a non-null TransitionableProperties (e.g. sulfuric acid in 1.20)
Perish = 0
For food, animals or non-organic materials.
Ripen = 5
Cheese ripening.