tModLoader v2024.03
A mod to make and play Terraria mods
LanternSky Class Reference

Inherits CustomSky.

Public Member Functions

override void Activate (Vector2 position, params object[] args)
 
override void Deactivate (params object[] args)
 
override void Draw (SpriteBatch spriteBatch, float minDepth, float maxDepth)
 
override bool IsActive ()
 
override void OnLoad ()
 
override void Reset ()
 
void ResetLantern (int i)
 
override void Update (GameTime gameTime)
 
- Public Member Functions inherited from CustomSky
abstract void Draw (SpriteBatch spriteBatch, float minDepth, float maxDepth)
 
virtual float GetCloudAlpha ()
 
abstract bool IsActive ()
 
override bool IsVisible ()
 
virtual Color OnTileColor (Color inColor)
 
abstract void Reset ()
 
abstract void Update (GameTime gameTime)
 
- Public Member Functions inherited from GameEffect
abstract void Activate (Vector2 position, params object[] args)
 
abstract void Deactivate (params object[] args)
 
abstract bool IsVisible ()
 
void Load ()
 
virtual void OnLoad ()
 

Additional Inherited Members

- Public Attributes inherited from GameEffect
float Opacity
 
- Protected Attributes inherited from GameEffect
bool _isLoaded
 
EffectPriority _priority
 
- Properties inherited from GameEffect
bool IsLoaded [get]
 
EffectPriority Priority [get]
 

Member Function Documentation

◆ Activate()

override void LanternSky.Activate ( Vector2  position,
params object[]  args 
)
virtual

Implements GameEffect.

◆ Deactivate()

override void LanternSky.Deactivate ( params object[]  args)
virtual

Implements GameEffect.

◆ Draw()

override void LanternSky.Draw ( SpriteBatch  spriteBatch,
float  minDepth,
float  maxDepth 
)
virtual

Implements CustomSky.

◆ IsActive()

override bool LanternSky.IsActive ( )
virtual

Implements CustomSky.

◆ OnLoad()

override void LanternSky.OnLoad ( )
virtual

Reimplemented from GameEffect.

◆ Reset()

override void LanternSky.Reset ( )
virtual

Implements CustomSky.

◆ Update()

override void LanternSky.Update ( GameTime  gameTime)
virtual

Implements CustomSky.