lihzahrd.tileentities

class lihzahrd.tileentities.TileEntity(id_: int, position: lihzahrd.fileutils.coordinates.Coordinates, extra: Union[lihzahrd.tileentities.targetdummy.TargetDummy, lihzahrd.tileentities.itemframe.ItemFrame, lihzahrd.tileentities.logicsensor.LogicSensor])

A TileEntity, such as a Training Dummy, an Item Frame or a Logic Sensor.

data
id
position
class lihzahrd.tileentities.ItemFrame(item: lihzahrd.items.itemstack.ItemStack)

An Item Frame <https://terraria.gamepedia.com/Item_Frame>.

item
class lihzahrd.tileentities.LogicSensor(logic_check: int, enabled: bool)

Data pertaining to a Logic Sensor (https://terraria.gamepedia.com/Sensors).

enabled
logic_check
class lihzahrd.tileentities.TargetDummy(npc: int)

Data pertaining to a Target Dummy (https://terraria.gamepedia.com/Target_Dummy)

class lihzahrd.tileentities.ClothingDisplay(wearing_items: List[lihzahrd.items.itemstack.ItemStack], wearing_dyes: List[lihzahrd.items.itemstack.ItemStack])

Data pertaining to an item to display clothing.

property dyes_count
property items_count
property total_count
wearing_dyes

What dyes is the mannequin wearing.

wearing_items

What items is the mannequin wearing.

class lihzahrd.tileentities.Mannequin(wearing_items: List[lihzahrd.items.itemstack.ItemStack], wearing_dyes: List[lihzahrd.items.itemstack.ItemStack])

A Mannequin / Womannequin containing up to 3 dyed armor pieces and up to 5 dyed accessories.

wearing_dyes
wearing_items
class lihzahrd.tileentities.HatRack(wearing_items: List[lihzahrd.items.itemstack.ItemStack], wearing_dyes: List[lihzahrd.items.itemstack.ItemStack])

A Hat Rack containing up to 2 dyed helmets.

wearing_dyes
wearing_items
class lihzahrd.tileentities.SingleItemDisplay(item: lihzahrd.items.itemstack.ItemStack)

A display case for a single item, such as a Weapon Rack, a Item Frame <https://terraria.gamepedia.com/Item_Frame> or a Plate.

item

The item which is on display.

class lihzahrd.tileentities.Pylon

Data pertaining to a Pylon (https://terraria.gamepedia.com/Pylons)

class lihzahrd.tileentities.Plate(item: lihzahrd.items.itemstack.ItemStack)

A Plate.

item
class lihzahrd.tileentities.WeaponRack(item: lihzahrd.items.itemstack.ItemStack)

A Weapon Rack.

item