Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Terraria
ModLoader
Default
MysteryGlobalItem
C# Class Terraria.ModLoader.Default.MysteryGlobalItem
Inheritance:
GlobalItem
Mostra file
Open project: bluemagic123/tModLoader
Class Usage Examples
Public Methods
Method
Description
Load
(
Item
item
,
TagCompound
tag
) :
void
NeedsSaving
(
Item
item
) :
bool
Save
(
Item
item
) :
TagCompound
Method Details
Load()
public
method
public
Load
(
Item
item
,
TagCompound
tag
) :
void
item
Item
tag
TagCompound
return
void
NeedsSaving()
public
method
public
NeedsSaving
(
Item
item
) :
bool
item
Item
return
bool
Save()
public
method
public
Save
(
Item
item
) :
TagCompound
item
Item
return
TagCompound