Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
struct | ItemGroupAndOrderInGroup |
Public Types | |
enum | ItemGroup { Coin = 10 , CraftingObjects = 11 , Torches = 20 , Glowsticks = 25 , Wood = 30 , Bombs = 40 , LifePotions = 50 , ManaPotions = 51 , BuffPotion = 52 , Flask = 53 , Food = 54 , Crates = 60 , BossBags = 70 , GoodieBags = 80 , AlchemyPlants = 83 , AlchemySeeds = 84 , DyeMaterial = 87 , BossItem = 90 , EventItem = 91 , ConsumableThatDoesNotDamage = 94 , Solutions = 95 , Ammo = 96 , ConsumableThatDamages = 97 , PlacableObjects = 100 , Blocks = 120 , Wands = 130 , Rope = 140 , Walls = 150 , Wiring = 200 , Pickaxe = 500 , Axe = 510 , Hammer = 520 , MeleeWeapon = 530 , RangedWeapon = 540 , MagicWeapon = 550 , SummonWeapon = 560 , Headgear = 600 , Torso = 610 , Pants = 620 , Accessories = 630 , Hook = 700 , Mount = 710 , Minecart = 720 , VanityPet = 800 , LightPet = 810 , Golf = 900 , BossSpawners = 901 , Dye = 910 , HairDye = 920 , Paint = 930 , FishingRods = 1000 , FishingQuestFish = 1010 , Fish = 1015 , FishingBait = 1020 , Critters = 1030 , Keys = 2000 , RemainingUseItems = 5000 , Material = 10000 , EverythingElse = 11000 } |
Static Public Member Functions | |
static ItemGroup | GetItemGroup (Item item, out int orderInGroup) |
static void | SetCreativeMenuOrder () |
static bool | ShouldRemoveFromList (Item item) |
Static Public Attributes | |
static List< int > | _manualCraftingStations |
Static Private Attributes | |
static List< int > | _manualEventItemsOrder = new List<int> { 361, 1315, 2767, 602, 1844, 1958 } |
static List< int > | _manualBossSpawnItemsOrder |
static List< int > | _manualGolfItemsOrder |
Definition at line 23 of file ContentSamples.cs.