Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.RGB.CommonConditions.SurfaceBiome Class Reference

Static Public Attributes

static readonly ChromaCondition Ocean = (ChromaCondition)(object)new SimpleCondition((Player player) => player.ZoneBeach && player.ZoneOverworldHeight)
 
static readonly ChromaCondition Desert = (ChromaCondition)(object)new SimpleCondition((Player player) => player.ZoneDesert && !player.ZoneBeach && player.ZoneOverworldHeight)
 
static readonly ChromaCondition Jungle = (ChromaCondition)(object)new SimpleCondition((Player player) => player.ZoneJungle && player.ZoneOverworldHeight)
 
static readonly ChromaCondition Snow = (ChromaCondition)(object)new SimpleCondition((Player player) => player.ZoneSnow && player.ZoneOverworldHeight)
 
static readonly ChromaCondition Mushroom = (ChromaCondition)(object)new SimpleCondition((Player player) => player.ZoneGlowshroom && player.ZoneOverworldHeight)
 
static readonly ChromaCondition Corruption = (ChromaCondition)(object)new SimpleCondition((Player player) => player.ZoneCorrupt && player.ZoneOverworldHeight)
 
static readonly ChromaCondition Hallow = (ChromaCondition)(object)new SimpleCondition((Player player) => player.ZoneHallow && player.ZoneOverworldHeight)
 
static readonly ChromaCondition Crimson = (ChromaCondition)(object)new SimpleCondition((Player player) => player.ZoneCrimson && player.ZoneOverworldHeight)
 

Detailed Description

Definition at line 29 of file CommonConditions.cs.


The documentation for this class was generated from the following file: