TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.DataStructures.EntitySource_OverfullChest Class Reference

Used when attempting to add an item to a chest, but the chest is full so it spills into the world.
Only vanilla use is the gas trap. More...

+ Inheritance diagram for Terraria.DataStructures.EntitySource_OverfullChest:
+ Collaboration diagram for Terraria.DataStructures.EntitySource_OverfullChest:

Public Member Functions

 EntitySource_OverfullChest (int tileCoordsX, int tileCoordsY, Chest chest, string? context)
 

Static Package Functions

static ? IEntitySource GetGoreFallback ()
 
static FallbackSourceRef PushFallback (IEntitySource source)
 

Properties

Chest Chest [get]
 
Point TileCoords [get]
 
string? Context [get]
 Additional context identifier, particularly useful for set bonuses or accessory affects. See T:Terraria.ID.ItemSourceID and T:Terraria.ID.ProjectileSourceID for vanilla uses.
 

Static Private Attributes

static ? IEntitySource _goreFallback
 

Detailed Description

Used when attempting to add an item to a chest, but the chest is full so it spills into the world.
Only vanilla use is the gas trap.

Definition at line 7 of file EntitySource_OverfullChest.cs.


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