Method | Description | |
---|---|---|
BoolToSignal ( bool signal ) : SignalType | ||
DirectionFromTileLocations ( System.Drawing.Point startTile, System.Drawing.Point endTile ) : Direction | ||
EnumerateComponentPortLocations ( Terraria.Plugins.Common.ObjectMeasureData measureData ) : IEnumerable |
||
EnumerateComponentPortLocations ( System.Drawing.Point componentOriginLocation, System.Drawing.Point componentSize ) : IEnumerable |
||
EnumerateWireColors ( ) : IEnumerable |
||
GetComponentName ( BlockType blockType ) : string | ||
GetPortAdjacentComponentTileLocation ( Terraria.Plugins.Common.ObjectMeasureData measureData, System.Drawing.Point portLocation ) : System.Drawing.Point | ||
InvertDirection ( Direction direction ) : Direction | ||
IsComponentWiredByPort ( Terraria.Plugins.Common.ObjectMeasureData measureData ) : bool | ||
IsComponentWiredByPort ( System.Drawing.Point componentOriginLocation, System.Drawing.Point componentSize ) : bool | ||
IsCustomActivatableBlock ( BlockType blockType ) : bool | ||
IsLogicalGate ( BlockType blockType ) : bool | ||
IsOriginSenderComponent ( BlockType blockType ) : bool | ||
IsPaintSupportingComponent ( BlockType blockType ) : bool | ||
IsPortDefiningComponentBlock ( BlockType blockType ) : bool | ||
MeasureTimerFrameTime ( System.Drawing.Point timerLocation ) : int | ||
SignalToBool ( SignalType signal ) : bool? | ||
SwapperPaintToCount ( PaintColor componentPaint ) : int |
public static BoolToSignal ( bool signal ) : SignalType | ||
signal | bool | |
return | SignalType |
public static DirectionFromTileLocations ( System.Drawing.Point startTile, System.Drawing.Point endTile ) : Direction | ||
startTile | System.Drawing.Point | |
endTile | System.Drawing.Point | |
return | Direction |
public static EnumerateComponentPortLocations ( Terraria.Plugins.Common.ObjectMeasureData measureData ) : IEnumerable |
||
measureData | Terraria.Plugins.Common.ObjectMeasureData | |
return | IEnumerable |
public static EnumerateComponentPortLocations ( System.Drawing.Point componentOriginLocation, System.Drawing.Point componentSize ) : IEnumerable |
||
componentOriginLocation | System.Drawing.Point | |
componentSize | System.Drawing.Point | |
return | IEnumerable |
public static EnumerateWireColors ( ) : IEnumerable |
||
return | IEnumerable |
public static GetComponentName ( BlockType blockType ) : string | ||
blockType | BlockType | |
return | string |
public static GetPortAdjacentComponentTileLocation ( Terraria.Plugins.Common.ObjectMeasureData measureData, System.Drawing.Point portLocation ) : System.Drawing.Point | ||
measureData | Terraria.Plugins.Common.ObjectMeasureData | |
portLocation | System.Drawing.Point | |
return | System.Drawing.Point |
public static InvertDirection ( Direction direction ) : Direction | ||
direction | Direction | |
return | Direction |
public static IsComponentWiredByPort ( Terraria.Plugins.Common.ObjectMeasureData measureData ) : bool | ||
measureData | Terraria.Plugins.Common.ObjectMeasureData | |
return | bool |
public static IsComponentWiredByPort ( System.Drawing.Point componentOriginLocation, System.Drawing.Point componentSize ) : bool | ||
componentOriginLocation | System.Drawing.Point | |
componentSize | System.Drawing.Point | |
return | bool |
public static IsCustomActivatableBlock ( BlockType blockType ) : bool | ||
blockType | BlockType | |
return | bool |
public static IsLogicalGate ( BlockType blockType ) : bool | ||
blockType | BlockType | |
return | bool |
public static IsOriginSenderComponent ( BlockType blockType ) : bool | ||
blockType | BlockType | |
return | bool |
public static IsPaintSupportingComponent ( BlockType blockType ) : bool | ||
blockType | BlockType | |
return | bool |
public static IsPortDefiningComponentBlock ( BlockType blockType ) : bool | ||
blockType | BlockType | |
return | bool |
public static MeasureTimerFrameTime ( System.Drawing.Point timerLocation ) : int | ||
timerLocation | System.Drawing.Point | |
return | int |
public static SignalToBool ( SignalType signal ) : bool? | ||
signal | SignalType | |
return | bool? |
public static SwapperPaintToCount ( PaintColor componentPaint ) : int | ||
componentPaint | PaintColor | |
return | int |