Enum EnumMatterState
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Various states of matter to use for collectibles.
public enum EnumMatterState
Fields
Gas = 0
The state of being so thin that molecules don't often touch
Liquid = 1
The state of being still together but loose enough to move around each other.
Solid = 2
The state of being together and held still by the internal structure.
Plasma = 3
The state of reacting with itself with some kind of reactant, a high heat state.
BoseEinsteinCondensate = 4
The state of becoming Quantum Jelly.