Interface ITagLoader
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public interface ITagLoader
- Extension Methods
Methods
GetTagsForPacket()
Dictionary<string, string[]> GetTagsForPacket()
Returns
- Dictionary<string, string[]>
LoadTagsFromAssets(ICoreServerAPI)
void LoadTagsFromAssets(ICoreServerAPI api)
Parameters
apiICoreServerAPI
LoadTagsFromPacket(Dictionary<string, string[]>)
void LoadTagsFromPacket(Dictionary<string, string[]> tags)
Parameters
tagsDictionary<string, string[]>
LockRegistry()
void LockRegistry()