Method | Description | |
---|---|---|
HandleObjectPlacement ( TShockAPI.TSPlayer player, BlockType blockType, System.Drawing.Point location, int objectStyle ) : bool | ||
HandleTileEdit ( TShockAPI.TSPlayer player, TileEditType editType, BlockType blockType, System.Drawing.Point location, int objectStyle ) : bool | ||
WorldMetadataHandler ( Terraria.Plugins.Common.PluginTrace pluginTrace, string metadataDirectoryPath ) : System |
Method | Description | |
---|---|---|
InitMetadata ( ) : IMetadataFile | ||
ReadMetadataFromFile ( string filePath ) : IMetadataFile |
public HandleObjectPlacement ( TShockAPI.TSPlayer player, BlockType blockType, System.Drawing.Point location, int objectStyle ) : bool | ||
player | TShockAPI.TSPlayer | |
blockType | BlockType | |
location | System.Drawing.Point | |
objectStyle | int | |
return | bool |
public HandleTileEdit ( TShockAPI.TSPlayer player, TileEditType editType, BlockType blockType, System.Drawing.Point location, int objectStyle ) : bool | ||
player | TShockAPI.TSPlayer | |
editType | TileEditType | |
blockType | BlockType | |
location | System.Drawing.Point | |
objectStyle | int | |
return | bool |
protected ReadMetadataFromFile ( string filePath ) : IMetadataFile | ||
filePath | string | |
return | IMetadataFile |
public WorldMetadataHandler ( Terraria.Plugins.Common.PluginTrace pluginTrace, string metadataDirectoryPath ) : System | ||
pluginTrace | Terraria.Plugins.Common.PluginTrace | |
metadataDirectoryPath | string | |
return | System |