TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ InModBiome< T >()

bool Terraria.Player.InModBiome< T > ( )
inline

Type Constraints
T :ModBiome 

Definition at line 58508 of file Player.cs.

58508 : ModBiome
58509 {
58510 return InModBiome(ModContent.GetInstance<T>());
58511 }
This class represents a biome added by a mod. It exists to centralize various biome related hooks,...
Definition ModBiome.cs:15
Manages content added by mods. Liasons between mod content and Terraria's arrays and oversees the Loa...
Definition ModContent.cs:38
bool InModBiome(ModBiome baseInstance)
Determines if the player is in specified ModBiome. This will throw exceptions on failure.
Definition Player.cs:58502

References Terraria.Player.InModBiome().

+ Here is the call graph for this function: